Skip to content

dibashthapa/8085emulator

Repository files navigation

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.

About

Emulator for 8085 Microprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages