Hacker News new | ask | show | jobs
by f_ 3928 days 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/

1 comments

Thanks-- my code isn't the cleanest either! I still have a lot of cleanup to do. I will certainly check it out though!