Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/liulalemx/assembly-programs
- Owner: liulalemx
- Created: 2021-03-31T12:07:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T12:02:34.000Z (over 3 years ago)
- Last Synced: 2024-11-18T00:15:16.166Z (1 day ago)
- Topics: 8086-emulator, assembly, assembly-8086, assembly-programs, microprocessor, tasm
- Language: Assembly
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_