aromalanil / Microprocessor-Lab-Ktu

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Assembly 100.0%