dibashthapa / 8085emulator

Emulator for 8085 Microprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%Language:RenderScript 0.0%