Chip8 implementation, based on Chapter 5 of the book Rust In Action.
Reference documentation for implementing operations from Matthew Mikolay, Mastering CHIP-8.
Also, lots of debuging comparing with the Colin Eberhardt's Chip8 emulator.
- Operations from opcode 8 not implemented
- Operations from opcode F not implementedx'
- Missing tests for most of operations