cookerlyk / Chip8

Chip-8 Interpreter written in C
MIT License
16 stars 1 forks source link

Create a Debugger #11

Open cookerlyk opened 7 years ago

cookerlyk commented 7 years ago

Add a debugger feature that will allow the code to be stepped through instruction by instruction with the ability to print the Registers, the Keyboard Key status, and the Stack. Also add the ability to dump X amount of memory at a given location to the terminal window