Iczelion's Win32 Assembly Tutorial: MessageBox
include '%fasminc%/win32wx.inc'

.data
     msgBoxCaption  TCHAR   'Iczelion Tutorial No.2',0
     msgBoxText     TCHAR   'Win32 Assembly with FASM is Great!',0

.code

start:
     invoke    MessageBox,NULL,msgBoxText,msgBoxCaption,MB_OK
     invoke    ExitProcess,0

.end start
Последнее обновление : 25 января 2008
Hosted by uCoz