Show HN: A Chip-8 disassembler in Python(github.com)
github.com
Show HN: A Chip-8 disassembler in Python
https://github.com/prophittcorey/c8d
4 comments
I wrote a disassembler as part of my own Chip8 IDE[1]
It doesn't look like it impacts this disassembler, but it's worth noting that Cowgod's Chip8 technical reference gets the shift and load/store instructions wrong. A much better reference is Mastering Chip8[2].
[1] https://github.com/JohnEarnest/Octo
[2] http://mattmik.com/chip8.html
It doesn't look like it impacts this disassembler, but it's worth noting that Cowgod's Chip8 technical reference gets the shift and load/store instructions wrong. A much better reference is Mastering Chip8[2].
[1] https://github.com/JohnEarnest/Octo
[2] http://mattmik.com/chip8.html
Thanks-- I will certainly look into those instructions
[1] http://emulator101.com/chip-8-disassembler/