摘要:
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 阅读(145) 评论(1) 编辑
如有任何的意见和建议,请 E-mail 至 to090@yahoo.com
建议使用 IE 6.0 或 FireFox 2.0 以上版本进行浏览,最佳显示 1024 * 768