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

VimalKrishnaRao/Microprocessor-Lab-S5

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 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 /home/aromal/Desktop/masm
    c:
  7. Assemble, link & run program using MASM
    masm pgmname.asm;
    link pgmname.obj;
    pgmname.exe

πŸ‘‰πŸ» MASM Programs

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%