/8085emulator

Emulator for 8085 Microprocessor

Primary LanguageRust

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.