/8080-emu

Emulator of the Intel 8080 microprocessor.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Intel 8080 emulator

Basic 8080 emulator that started from emulator101.com, before branching out into its own thing.

To run:

make
./bin/8080emu [rom]

To clean:

make clean