0
This is tutorial on how to install MASM 8086 on your Windows [32 bit/64 bit] using Desktop.
MASM 8086 is required to create and run 8086 programming file using the extension .asm .
You can either watch this video to install MASM 8086 software on your device using DosBox





Or
Follow these steps:
First Download these two files:
1. DosBox 0.74
2. 8086 Assembler

Now Open The 2nd file and extract it to C. Now a folder 8086 will be created in C drive.

how to install masm 8086


Now run and install the DosBox [first file].

A shortcut of DosBox will be created on the desktop so goto your desktop and open the DosBox icon.

Now Enter the following Command:
MOUNT C C:\8086

how to install masm 8086

A message saying "Drive C: is mounted as C:\8086" will popup.

Now type The following command:
C:

Now you will enter the C drive.
That's it.

Now to enter MASM software type:
EDIT filename.ASM

replace "filename" with name of your file.
You will enter into MASM software.

Note: If you are using Windows XP you need not download DosBox. Just download 8086 and run it through Command Prompt.


Post a Comment