6 ms·
Nice work and thanks for sharing. I'd like to add this blog post [1] I read a while ago that explains a bit how to write a disassembler and emulator for Chip-8.
by f_ 11y ago
Nice work and thanks for sharing. I'd like to add this blog post [1] I read a while ago that explains a bit how to write a disassembler and emulator for Chip-8. The source is not as clean as yours and written in C but it's still worthwhile to check out.
[1] http://emulator101.com/chip-8-disassembler/ http://emulator101.com/chip-8-disassembler/
- cpro 11y agoThanks-- my code isn't the cleanest either! I still have a lot of cleanup to do. I will certainly check it out though!