页面顶部 Top


最后修改: October 30 2020 14:33:16
文件:  root - programs - 80x86_assembly_exe_win32 - 2008 - 31 - first.exe
大小: 2.5KB

  1. ;;;; this assembly file is formated by zlai 2008 asm formatter. ;;;;
  2. ; first win32 application
  3. ; zhihua lai, 2008
  4.  
  5. .386 
  6. .model flatstdcall 
  7. option casemap: none 
  8.  
  9. include windows.inc 
  10. include user32.inc 
  11. includelib user32.lib 
  12. include kernel32.inc 
  13. includelib kernel32.lib 
  14.  
  15. .data 
  16. text db 'hello, world!', 0 
  17.  
  18. .code 
  19. start: 
  20. invoke messagebox, null, offset text, offset text, mb_ok 
  21. invoke exitprocess, null 
  22.  
  23.   end start 

评论 (0)

    当前页暂时没有评论。


最后更新: October 30 2020 14:21:12 | RSS Subscription
牛排怎么做才好吃? | <meta name="机器人" content="不索引, 跟踪" />