Tuesday, March 13, 2012

Assembly language programming using MASM

hi

to get the masm software just click here masm download

and copy some were . according to your wish and save the programs within that program using asm extension like

sample.asm

1.compile it using

c sample.asm

2.after that link that using

link sample.obj

3.atlast run using the command

debug sample.exe

thank you !

No comments:

Post a Comment