Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 713 Bytes

Build Status Status

py_RP2A03_processor

Python emulator of the RP2A03/RP2A07 processor.

This project aims for simplicity, modularity, and 100%-ish cpu cycle accuracy.

DONE

  • Implementation of the CPU registers + tests

TODO

  • Implementation of official opcodes + tests
  • Implementation of unofficial opcodes + tests

Useful references