MASM/TASM in Ubuntu 14.04
Installing Dosbox:
- To install Dosbox from Ubuntu software center, go to Ubuntu software centre and search forDosbox and click on install.
- To install Dosbox from from the repository, open the terminal and execute the following command (make sure that you are connected to internet)-
sudo apt-get install dosbox
Mounting the Assembler:
mount c /home/john/8086
Mounting the Assembler:
- Download the 8086 assembler (see previous post) and copy it to a required path. (eg: /home/john/)
- Now open the Dosbox from dashboard and execute the following command to mount it-
mount c /home/john/8086
- Now you can start working on TASM or MASM assembler. (see previous post)