Chip8 emulator, but written in rust (still a WIP). This is written as a personal project to better understand rust and basic CPU architecture.
change chip8.load_program("<your-chip8-file-here>")
in main.rs
- Timer implementation is not correct.
SKUP
instruction has not been implemented.