This repository contains a collection of assembly programs written as part of Microprocessor Lab KTU
- First Install DOSBOX, use command
sudo apt-get install dosbox - Download and extract MASM from ππ» MASM Setup ZIP
- Copy the extracted folder anywhere in the system.
eg ; '/home/aromal/Desktop/masm - Save programs inside extracted folder
eg ; '/home/aromal/Desktop/masm/pgmname.asm - Open DOSBOX
- Use the following command in DOSBOX
mount c /home/aromal/Desktop/masm
c: - Assemble, link & run program using MASM
masm pgmname.asm;
link pgmname.obj;
pgmname.exe