/Microprocessor-Lab-Ktu

This repository contains a collection of assembly programs written as part of Microprocessor Lab KTU

Primary LanguageAssembly

Microprocessor Lab | KTU

This repository contains a collection of assembly programs written as part of Microprocessor Lab KTU



🚧 Requirements



🛠 Setup DOSBox and MASM

  1. Download and Install DOSBox
  2. Download and extract MASM
  3. Open DOSBox and Run following commands

mount c <path to masm folder>
c:

Example

mount c c:/users/aromal/downloads/masm
c:



💻 Run

To run any of these programs in your computer.

  1. Download and Copy the program you want to run to the MASM folder
  2. Open DOSBox and Run following commands

mount c <path to masm folder>
c:

masm <program_name.asm>
link <program_name.obj>
<program_name.exe>

Example

mount c c:/users/aromal/downloads/masm
c:

masm pattern.asm
link pattern.obj
pattern.exe



✍ Author

Aromal Anil