会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ajanuw
做自己的King
博客园
首页
管理
2021年2月20日
c++ vs2019中编写nasm
摘要: 原文 在项目中创建"xor.asm" 在文件列表"xor.asm"上右键,点击属性 将项目类型设置为"自定义工具" 设置生成工具 编写"xor.asm" section .text global asm_xor asm_xor: push rbp mov rbp,rsp xor ecx,edx mo
阅读全文
posted @ 2021-02-20 17:32 Ajanuw
阅读(526)
评论(0)
推荐(0)
编辑