Most of the Students doing their courses in Computer science & Information Technology using windows 7 or Windows 8 find it difficult to use few programming language because of few compatibility reasons. And one among them is MASM 8086 Software also, which doesn’t run on windows 7 systems easily whereas in you find it easy to run this software on Windows XP, windows server 2003 and also windows 2000!

Wanna learn more check this > Programming with MASM Assembler

So in order to run this software the solution to change the OS doesn’t sound good or easy right! 😀 So to get rid of these compatibility issues we have an open-source software named the DOSBox! This is basically an X86 DOS-emulator that uses the SDL library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, macOS X…! Presently 0.74 is the latest version of DOSBox.

Well, now let me come to the point i.e., the tutorial on how to run MASM 8086 Software on your System. I will explain it to you step by step:-► Initially, you will have to download two files to proceed with the further steps. To download the below given two files:

File 1 – DOSBox 0.74 Installer – Download Link

File 2 – 8086 Assembler – Download Link

File 3 – MASM Programming Download Link


► Now as you are done with the downloading part next you gotta open the second file which is a compressed file so you have to extract the files in it to the C Drive of your system. For that just select the 8086 folder > then click on extract to option > then select C Drive > finally Click on Ok! Follow the image shown below steps 1-4!

 ► Then next you have to open the first file i.e., the DOSBox file and Install it which is simple just keep clicking next > next > install and finally close.

► A shortcut of the DOSBox will be created on the desktop to go to your desktop and open the DOSBox icon.

► Then you will find that a black screen pops up. Now enter the command as shown below:
MOUNT C C:8086 (and press Enter)
A message will pop up saying Drive C: is mounted as Local Directory C:8086

► Next type the below command:-           C: (and press Enter)So now it will enter into the C Drive!

► That’s it you are done! Finally, you need to Enter the following command to enter into the MASM Software.
EDIT filename.ASM (and press Enter)
Now you will enter into the MASM Software Screen. 

Note: If you are an XP user you need not download the DOSBox you can directly download the 8086 Assembler and run it through the Command prompt as usual.

Wanna learn more check this > Programming with MASM Assembler

By Admin

Author at TechzClub & DesignXstream.

Leave a Reply

Your email address will not be published. Required fields are marked *