80x86 Software Downloads
To download "MASM" Microsoft Assembler
Follow these steps to set up your .asm compiler:
-
Create a directory named MASM6 in your
root directory.
-
Download the
Microsoft files to MASM6 directory.
-
Now you have VCPP.EXE in the MASM6 directory.
-
VCPP.EXE file and click on Open with WinZip.
-
Select the ml.exe and ml.err files and extract
them into your MASM6 directory.
-
Next, select
Lnk563.exe and extract the program linker.exe into your MASM6 directory.
-
Finally, you can download this optional
test program to your MASM6 directory.
-
Now go to a DOS prompt
-
Change to MASM6 directory (c:>cd\MASM6)
-
Type ML testprg.asm (c:\MASM6\>ml testprg.asm)
-
Type Link testprg.asm (c:\MASM6\link testprg.obj)
-
You can now execute the test program (c:\MASM6\testprg.exe)