An open API service indexing awesome lists of open source software.

https://github.com/creativcoder/rustasm85

(WIP) 8085 emulator in Rust
https://github.com/creativcoder/rustasm85

Last synced: 11 months ago
JSON representation

(WIP) 8085 emulator in Rust

Awesome Lists containing this project

README

          

# rustasm85
(WIP) 8085 emulator in Rust

An attempt to write a 8085 emulator in Rust Programming Language.

(Update 7 Nov 2015)

Roadmap :

1) Reading Source code from .asm files (Done)

2) Add ASM_Linter - Syntax checker (InProgress)

3) Add a code listing support to show codes with addresses

4) Integrate GUI interface