Skip to content

FrederikTobner/The_Holy_Book_of_8086

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Setup

Install NASM, and DOS-BOX.

Building

Builds the exectable

nasm -f bin <Assemblyfile> -o <Outputfile>

Executing a program

Add the following lines to your doxbox.conf file

MOUNT C <ExecutableFolder>
C:

Releases

No releases published

Packages

No packages published