https://github.com/frederiktobner/the_holy_book_of_8086
Programs written for 8086 in assembly
https://github.com/frederiktobner/the_holy_book_of_8086
8086 8086-architecture 8086-programs assembly-language
Last synced: 2 months ago
JSON representation
Programs written for 8086 in assembly
- Host: GitHub
- URL: https://github.com/frederiktobner/the_holy_book_of_8086
- Owner: FrederikTobner
- Created: 2023-02-11T09:10:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T20:43:03.000Z (over 2 years ago)
- Last Synced: 2025-02-06T18:03:30.779Z (4 months ago)
- Topics: 8086, 8086-architecture, 8086-programs, assembly-language
- Language: Assembly
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Holy Book of 8086
Programs written for the 8086 microprocessor in assembly language using nasm. The project is based on the book Programming boot sector games by Oscar Toledo G.
More information about the 8086 architecture can be found at the [wiki](https://github.com/FrederikTobner/The_Holy_Book_of_8086/wiki).## Setup
Install [NASM](https://nasm.us/), and [DOS-BOX](https://www.dosbox.com/).
### Building
Builds the exectable
```
nasm -f bin -o
```### Executing a program
Add the following lines to your doxbox.conf file
```
MOUNT C
C:
```