Writing a Chip 8 Emulator (Part 2)
Posted on Thu 17 July 2014 in Emulation • Tagged with python, chip8, emulator
In a previous post, I wrote about the basic CPU structure needed to emulate a Chip 8. I also wrote about memory access, and how to define bytes and words. In this post, I will talk about how to interpret Chip 8 instructions, as well as how to set up …
Continue reading