jakekinsella / Intel-8080-Emulator

An Intel 8080 CPU emulator

Repository from Github https://github.comjakekinsella/Intel-8080-EmulatorRepository from Github https://github.comjakekinsella/Intel-8080-Emulator

Intel-8080-Emulator Build Status

An Intel 8080 CPU emulator written in C.
Check out the story here.

Testing

To run the project's unit tests:
make && make test

To-Do

  • CPU tests
  • Create tests that test extremes
  • More comprehensive condition matcher tests
  • Extract conditional logic out
  • Implement peripheral emulation

About

An Intel 8080 CPU emulator

License:MIT License


Languages

Language:C 92.4%Language:CMake 4.4%Language:C++ 3.2%