Skip to content

WIP emulator for Intel 8080 processor written in C. Inspiration and guidance from www.emulator101.com

Notifications You must be signed in to change notification settings

tron2003/8080emulator

 
 

Repository files navigation

8080emulator

WIP emulator for Intel 8080 processor written in C. I've implemented almost all of the ISA, but testing is difficult due to such a wide range of instruction types.

Emulator.c contains code for emulation. Dissasembler.c contains an 8080 disassembler that can be used to analyze ROMs.

Next steps include thorough testing, as well as I/O implementation so graphics and input can be handled. My ultimate goal is to emulate a simple game (such as space invaders) in real time!

Image of 8080 processor

About

WIP emulator for Intel 8080 processor written in C. Inspiration and guidance from www.emulator101.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%