hack_asm 0.1.2-dev

A Nand2Tetris Hack Assembly Language Assembler written in Rust
Documentation
1
2
3
4
5
6
7
8
9
# Note: Still in development

# hack_asm

A Nand2Tetris Hack Assembly Language Assembler written in Rust

# About

For this project, I set out to implement a simple assembler for the Nand2Tetris assembly language. I also practice using Cargo and crates.io, because this is my very first published crate.