An open API service indexing awesome lists of open source software.

https://github.com/aromalanil/microprocessor-lab-ktu

This repository contains a collection of assembly programs written as part of Microprocessor Lab KTU
https://github.com/aromalanil/microprocessor-lab-ktu

8086 assembly ktu masm

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Microprocessor Lab | KTU



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





## 🚧 Requirements

* [DOSBox](https://www.dosbox.com/download.php?main=1)
* [MASM](http://www.mediafire.com/download/x13v7gqqmw1pom7/8086_Assembler(TechzClub_joyjophin).zip)



## 🛠 Setup DOSBox and MASM

1. Download and Install [DOSBox](https://www.dosbox.com/download.php?main=1)
2. Download and extract [MASM](http://www.mediafire.com/download/x13v7gqqmw1pom7/8086_Assembler(TechzClub_joyjophin).zip)
3. Open DOSBox and Run following commands


```bash
mount c
c:
```

### Example

```bash
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


```bash
mount c
c:

masm
link

```

### Example

```bash
mount c c:/users/aromal/downloads/masm
c:

masm pattern.asm
link pattern.obj
pattern.exe
```


## ✍ Author

[Aromal Anil](https://aromalanil.in)