taziksh / chip_8_emu

Interpreter for the Chip 8.
0 stars 0 forks source link

Is a debugger worth the exercise, or just overkill? #2

Open taziksh opened 4 years ago

taziksh commented 4 years ago

All I need is OP-CODE history (with string names), PROGRAM COUNTER and REGISTER statuses.

taziksh commented 4 years ago

https://github.com/massung/chip-8 is a SOTA debugger