Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liulalemx/assembly-programs

Collection of Assembly programs written for Intel 8086 microprocessor (TASM).
https://github.com/liulalemx/assembly-programs

8086-emulator assembly assembly-8086 assembly-programs microprocessor tasm

Last synced: 1 day ago
JSON representation

Collection of Assembly programs written for Intel 8086 microprocessor (TASM).

Awesome Lists containing this project

README

        

# Assembly Programs

Collection of Assembly programs written for the [Intel 8086](https://en.wikipedia.org/wiki/Intel_8086) microprocessor. (TASM)

## Getting Started

Files labeld with a '\_' and '(Proc)' use emu8086 built-in Procedures.

## Note

These instructions will enable you to run the programs on your local machine.

### Prerequisites

- [Assembler (emu8086)](https://www.malavida.com/en/soft/emu8086/#gref)

## Usage

1. Clone the repository.
1. Start emu8086.
1. On the menu bar, choose File -> Open -> Project.
1. Specify location of the project.
1. Click the Run button or press F5 key to execute the project.

## Authors

- **Liul Alemayehu** - _Initial work_