solbjorg / 8080-emu

Emulator of the Intel 8080 microprocessor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emulator of the Intel 8080 microprocessor.

License:GNU General Public License v3.0


Languages

Language:C 99.1%Language:Makefile 0.9%