| Crates.io | etherea |
| lib.rs | etherea |
| version | 0.2.3 |
| created_at | 2022-12-30 22:19:59.921963+00 |
| updated_at | 2023-01-01 04:41:52.57999+00 |
| description | An interpreter for the CHIP-8 programming language. |
| homepage | https://github.com/chloelyn/etherea |
| repository | https://github.com/chloelyn/etherea |
| max_upload_size | |
| id | 748122 |
| size | 88,054 |
An emulator(/interpreter) for CHIP-8, the 1970s programming language.
All ROMs in the roms/ directory of this repository have been tested and should work. Other ROMs will be added when I resolve bugs.
With cargo:
cargo install etherea
Run a ROM:
etherea run path/to/rom.ch8
Disassemble a ROM:
etherea disassemble path/to/rom.ch8
View options:
etherea --help