vs2013 汇编语言.pdfVIP

  • 20
  • 0
  • 约 5页
  • 2017-08-08 发布于河北
  • 举报
Vs2013 汇编语言 1 编程环境的搭建 1.1 新建empty project. 1.2 修改Build Customization files 1.3 增加汇编文件 // hello.asm 如下 .386 .model flat,stdcall option casemap:none includelib msvcrt.lib printf proto C :VARARG .data msg db hello,this is the first test program!, 0dh ,0ah,0 .code start: call main ret main proc push offset msg call printf add esp,4 push offset msg call printf add esp,4

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档