emu8085 is an Intel 8085 emulator written in Rust which aims to have an optional assembler and GUI environment integrated with it
- Arithmetic & Logic Instructions
- Jump Instructions
- Stack Instructions
- Function Calling
- Assembler Instructions
- Assembler Directives
- Assembler Algorithm
- Basic GUI
- I/O
- Debugger
- Saving & Loading
- Advanced Directives
- Everything is case-sensetive
- All numbers are in hex
- You need to prefix directives with .
- You need to put a : for labels
- org directive changes the address
- start directive specifies the entrypoint
If you're looking to contribute feel free to make a PR!
