Skip to content

StevenSavold/8086-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8086 Emulator

This project aims to emulate an intel 8086 chip. Following the manual found here, this code is able to decode and execute a binary file which contains x86 instructions. The companion application "memory_viewer" is provided to be able to visually inspect the memory of the chip which can be dumped to a file upon completion of the emulation.

How to build

This code served as my introduction to the Jai programming language. To compile it, you will need the Jai compiler, which as of the time of writing is still in closed beta. But if you happen to have access to that beta, you can build both applications by using the following command:

jai first.jai

About

A emulator for the intel 8086 chip in Jai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published