This is a small CHIP-8 interpreter I wrote in C to get started with emulator development. So far all CPU instructions have been implemented and tested. You need to have SDL2 installed in order to be able to build strategema
- Complete Set of instructions
- Debugger
- Break at instruction number
- Break at type of instruction
- Single Step
- Inspect RAM
Still TODO:
- Input
- Sound
strategema [--debug] <ROM path>