Pre-requisite:
- Install MASM
To assemble:
\masm32\bin\ml /c /Zd /coff basicinstructions.asm
To link:
\masm32\bin\Link /SUBSYSTEM:CONSOLE basicinstructions.obj
Reference(s):
This is shamelessly using contents from Windows Assembly Programming Tutorial by JEFF HUANG (huang6@uiuc.edu)
No comments:
Post a Comment