MASM in Ubuntu

In this post I explain how to use MASM assembler with Ubuntu(Linux):
Installing Dosbox
Fire up the terminal and type:
sudo apt-get update
sudo apt-get install dosbox

For non-ubuntu users
Download Dosbox from here:Dosbox
Now install the tar file:
tar -xzvf dosbox-0.74.tar.gz
cd dosbox-0.74
./configure
make

Now download MASM assembler from here:
MASM
Extract the zip file in your home directory.
Now run dosbox and type:
mount c /home/username/8086
C:

In place of username type your in your computers name.
This will mount the MASM directory
And you are ready to do your labwork..!!

9 thoughts on “MASM in Ubuntu

Leave a comment