/8080emulator

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

Primary LanguageC

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