Win32汇编--使用 MASM
摘要:
经过上一讲的准备工作,相信大家已经搭建好了 Win32 汇编的工作环境,并已经知道编译、链接一个程序的过程和原理了。现在,我们让例子回归到经典: include <stdio.h int main(void){Printf(“Hello, world\n”);} // 事实上想想,这不正是初生的婴儿... 阅读全文
posted @ 2015-08-17 18:24 木屐 阅读(5612) 评论(0) 推荐(0) 编辑