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

https://github.com/ghaerr/86sim

Lightweight 8086 simulator for running ELKS and DOS programs
https://github.com/ghaerr/86sim

Last synced: 10 months ago
JSON representation

Lightweight 8086 simulator for running ELKS and DOS programs

Awesome Lists containing this project

README

          

# 86sim

A lightweight 8086 CPU emulator and disassembler that runs ELKS (a.out)
and MSDOS (MZ header) executables outside their respective operating systems.

Developed on macOS, should run on Linux.

Original 8086 emulator from [Andrew Jenner's Reenigne Project](https://github.com/reenigne/reenigne/tree/master/8088/86sim).

Enhancements from TK Chia's [fork](https://github.com/tkchia/reenigne/blob/master/8088/86sim/86sim.cpp) of that project.

ELKS and disassembly support is a work in progress.