Collection of Assembly programs written for the Intel 8086 microprocessor. (TASM)
Files labeld with a '_' and '(Proc)' use emu8086 built-in Procedures.
These instructions will enable you to run the programs on your local machine.
- Clone the repository.
- Start emu8086.
- On the menu bar, choose File -> Open -> Project.
- Specify location of the project.
- Click the Run button or press F5 key to execute the project.
- Liul Alemayehu - Initial work