Skip to content

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

Notifications You must be signed in to change notification settings

aromalanil/Microprocessor-Lab-Ktu

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published