This repository contains a collection of assembly programs written as part of Microprocessor Lab KTU
mount c <path to masm folder>
c:
mount c c:/users/aromal/downloads/masm
c:
To run any of these programs in your computer.
- Download and Copy the program you want to run to the MASM folder
- Open DOSBox and Run following commands
mount c <path to masm folder>
c:
masm <program_name.asm>
link <program_name.obj>
<program_name.exe>
mount c c:/users/aromal/downloads/masm
c:
masm pattern.asm
link pattern.obj
pattern.exe