文章分类 -  Win32汇编

摘要:下载RadASM,然后默认,一路回车就Ok,注意红框里面的地方,我们现在来创建一个win32运用程序代码如下: 1 ;用win32写一个可执行exe程序 2 .386 ; 指令集 3 .model flat, stdcall ; 工作模式 4 option casemap :none ; 格式,是否区分字符大小写 5 6 include windows.inc 7 include user32.inc 8 includelib user32.lib 9 include kernel32.inc 10 inc... 阅读全文
posted @ 2013-08-02 18:30 GOD攀 阅读(204) 评论(0) 推荐(0)