摘要:
4 .386
5 .model flat,stdcall
6 option casemap:none
7include windows.inc
8include user32.inc
9include kernel32.inc
10includelib user32.lib
11includelib kernel32.lib
12 .data
13szCaption db 'A MessageBox !',0
14szText db 'Hello, World !',0
15 .code
16start:
17 invoke MessageBox,NULL,offset szText,offset szCaption,MB_YESNO or MB_ICONWARNING 阅读全文
posted @ 2008-04-26 12:57
090
阅读(450)
评论(1)
推荐(0)

浙公网安备 33010602011771号