1
0
Fork
You've already forked hackrsm
1
Assembler for Hack written in Rust
  • Rust 100%
2025年04月06日 15:48:39 +00:00
src add all files 2025年04月06日 11:37:28 -04:00
Cargo.toml add all files 2025年04月06日 11:37:28 -04:00
README.md Update README.md 2025年04月06日 15:48:39 +00:00

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.