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
2022-02-27 12:23:51 +00:00
src RET didn't decrement the stack pointer resulting in unintended overflows. 2022-02-20 18:54:15 +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 finally add the RET instruction 2022-02-20 18:51:55 +00:00
Cargo.toml finally add the RET instruction 2022-02-20 18:51:55 +00:00
LICENSE add license 2022-02-27 12:23:51 +00:00