An emulator for the Chip-8 written in Rust.
This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Celeste 348b764f08
Implement almost all instructions
The only instructions not implemented are sound and display related as well as the RND instruction which will be implemented soon.
2022-02-20 18:48:59 +00:00
src Implement almost all instructions 2022-02-20 18:48:59 +00:00
.gitignore Up to this point, i've written the CPU structure, disassembler, instruction set constant and instruction structure. 2022-02-18 16:15:37 +00:00
Cargo.lock Implement almost all instructions 2022-02-20 18:48:59 +00:00
Cargo.toml Implement almost all instructions 2022-02-20 18:48:59 +00:00