To the Top


Last Modified: October 30 2020 14:33:16
File:  root - programs - 80x86_assembly_exe_win32 - 2008 - 31 - first.exe
File Size: 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 

Comments (0)

Your Email (Domain Part Not Exposed):

Your Comments:

Privately By Mail Colors More Smileys S x y @

Verification (Click Image 2 Refresh):

    Be the first one to comment this page !


Page Edited: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />