![]() |
#2
ONEPROBLEM2008-10-14 17:29
|
为什么有:
.386
.model flat,stdcall
.data
.code
start:
;
;echo ebp
;ret
end start
编译链接得到的exe 文件不是一个有效的应用程序?