This is being rewritten in javascript, and the original rust code is moved to rust branch
Emulator for 8085 from scratch using Rust.

See the documentation for more information.
Install with cargo
cargo buildcargo run --bin cli <filename>cargo run --bin appI 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.