| Crates.io | hack_asm |
| lib.rs | hack_asm |
| version | 1.0.2 |
| created_at | 2022-05-13 06:27:16.039202+00 |
| updated_at | 2023-12-28 03:49:32.370098+00 |
| description | A Nand2Tetris Hack Assembly Language Assembler written in Rust |
| homepage | |
| repository | https://github.com/phoony/hack_asm |
| max_upload_size | |
| id | 585663 |
| size | 39,753 |
A Nand2Tetris Hack Assembly Language Assembler written in Rust
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.
hack_asm <INPUT_FILE>
For a given input.asm this will generate an input.hack file.