MASM is developed to work on old operating systems like Windows XP. You may not be able to install MASM in 64bit version of Windows 8 and Windows 7.You will need DOSBox emulator to run masm in these operating systems.
But dont worry ! here is a ready made package that you can install in one click and start MASM programming . Masm will be installed in c:\masm
Download
NOTE : If you get any error like " MSVCR100.dll is missing " , you have to install Microsoft Visual C++ 2010 Redistributable before installing MASM . Download Here
How to use ?
Save your programs (.asm files) in c:\masm folder .
You will see a shortcut named MASM on your desktop. Just open that.
By default , you will be logged in to the c:\masm folder . So no need to change the directory.
Now type masm filename.asm for assembling
then type link filename.asm for linking
No comments:
Post a Comment