Disclaimer: The project is not nearly close to finishing, it will probably do nothing in the current state. This is a 8080 Emulator built on Rust, that intends to emulate the 1978 Space Invaders Arcade game, most of the logic was taken from the 8080 Emulator built on C in the tutorial emulator101.com. The plan is to after the project is in a usable state to convert into WASM and host in a heroku instance.
Cargo and Rust
- A Dissassembler that takes a vec with byte codes and convert at least the first index into 8080 Instructions
- The CPU emulation which is currently being built
Just run cargo run “rom file”