Emulator for 8085 from scratch using Rust.
See the documentation for more information.
Install with cargo
cargo build
cargo run --bin cli <filename>
cargo run --bin app
I shouldn't have skipped my digital logic classes.
-
Support all the 8085 instructions. Please refer to the instruction set for more information.
-
Support flag registers
Contributions are always welcome!
See the Contribution for ways to get started.