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.
SKUPinstruction has not been implemented.

