-
-
[旧帖]
[讨论]关于RadMasm编译不能通过问题
0.00雪花
-
发表于:
2012-8-15 15:35
1489
-
[旧帖] [讨论]关于RadMasm编译不能通过问题
0.00雪花
我学习罗云彬win32汇编编译win32的Hello World程序时出现如下错误
我的源代码如下 就是那个hello world的源代码
.386
.model flat,stdcall
option casemap:none
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
.data
szcaption db`a message!`,0
sztext db`hello world!`,0
.code
start:
invoke messagebox,null,offset sztext,offset szcaption,MB_OK
invoke ExitProcess,
end start
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!