Hack Assembler This is an assembler for the Hack assembly language, written in rust for the Nand2Tetris course, project 06. To compile cargo build --release To run cargo run --release -- <path to asm file>