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

aromalsanthosh/Microprocessor-Lab-S5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microprocessor Lab | KTU

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



MASM Installation in Linux

  1. First Install DOSBOX, use command sudo apt-get install dosbox
  2. Download and extract MASM from 👉🏻 MASM Setup ZIP
  3. Copy the extracted folder anywhere in the system.eg ; '/home/aromal/Desktop/masm
  4. Save programs inside extracted folder eg ; '/home/aromal/Desktop/masm/pgmname.asm
  5. Open DOSBOX
  6. Use the following command in DOSBOX
    • mount c {path to the extraced folder}
    • c:
  7. Assemble, link & run program using MASM
    masm {program name}.asm;
    link {program name}.obj;
    {program name}.exe

👉🏻 MASM Programs

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