aromalsanthosh / Microprocessor-Lab-S5

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



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


Languages

Language:Assembly 100.0%