Tree
- Tree:
ecd6a635c9d217aecb47675440f05a66ff4aedb1- Date:
- Message:
- removed enum, save program in memory removed the previously added enum to instead store the program in memory. this is to avoid complications with addressing memory later in, which could be tedious when representing instructions as enums. no readability should have been lost if all the instructions are documented when decoded.
| .gitignore | commits | blame |
| Cargo.lock | commits | blame |
| Cargo.toml | commits | blame |
| README.md | commits | blame |
| src/ | |
README.md
# yac8e yac8e is yet another Chip8 emulator, written in Rust. It will use [minifb](https://docs.rs/minifb/0.19.3/minifb/) for video and keyboard inputs.
