Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 774 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 774 Bytes

8085 Microprocessor Emulator

Emulator for 8085 from scratch using Rust. 8085

Documentation

See the documentation for more information.

Installation

Install with cargo

cargo build

How to Run

CLI

cargo run --bin cli <filename>

GUI

cargo run --bin app

Lessons Learned

I shouldn't have skipped my digital logic classes.

Roadmap

  • Support all the 8085 instructions. Please refer to the instruction set for more information.

  • Support flag registers

Contributing

Contributions are always welcome!

See the Contribution for ways to get started.