Assembler for Hack written in Rust
| src | add all files | |
| Cargo.toml | add all files | |
| README.md | Update README.md | |
If you're stumbling upon this while browsing my projects, you probably won't have a need for this. Nevertheless I'll explain:
This is a quick assembler I wrote that translates Hack assembly code into Hack machine code for my class.
Hack is a basic assembly language made for the textbook "The Elements of Computing Systems: Building a Modern Computer from First Principles". This is a simple program I wrote that does the assembly process in Rust,
"Why Rust when the entire course is based off Java and Python would be easier?" Because I like Rust and with the shift from C to Rust in the programming world, I thought it would be neat to code an Assembler in Rust.