CHIP-8 Interpreter in the Zig programming language
Using Cowgods Technical Reference as a technical guide
Feature | Working | Note |
---|---|---|
Full instruction set | no | 00E0 - Fx1E implemented |
Memory | yes | |
Renderer | yes | |
Input | yes | |
Sound | no | Probaly the last thing ill do |
Timers | almost | Delay timer, need to do sound timer |
The "countdown.ch8" program should work in the interpreters current state.