Skip to content

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

Contributors 2

  •  
  •