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

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

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