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 {path to the extraced folder}c:
- Assemble, link & run program using MASM
masm {program name}.asm;
link {program name}.obj;
{program name}.exe