Recent content by jesper

  1. J

    Chip8 debugger: how to handle timers

    I just wrote a chip8 emulator in JavaScript. Now I would like to write some kind of disassembler and debugger. The debugger should be able to run loaded program step by step and in any moment should show state of memeory and registers. I've stumbled upon one problem which I'm not sure how to...

Top