
Sample hello.exe compiled with fasm - http://flatassembler.net



.text:00401000 start:
.text:00401000                 push    0
.text:00401002                 call    loc_401016
.text:00401002 ; ---------------------------------------------------------------------------
.text:00401007 aWin32Assembly  db 'Win32 Assembly',0
.text:00401016 ; ---------------------------------------------------------------------------
.text:00401016
.text:00401016 loc_401016:                             ; CODE XREF: .text:00401002p
.text:00401016                 call    loc_401038
.text:00401016 ; ---------------------------------------------------------------------------
.text:0040101B aHiIMTheExample db 'Hi! I',27h,'m the example program!',0
.text:00401038 ; ---------------------------------------------------------------------------
.text:00401038
.text:00401038 loc_401038:                             ; CODE XREF: .text:loc_401016p
.text:00401038                 push    0
.text:0040103A                 call    ds:MessageBoxA
.text:00401040                 push    0
.text:00401042                 call    ds:ExitProcess

