This is a simple assembler I wrote in Rust as a part of a nand2tetris course.
Usage:
make release
hack-assembler *path-to-asm-file*
Planned improvements:
- move main logic to the
lib.rsmodule; - add an option to customize an output file path;
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple assembler I wrote in Rust as a part of a nand2tetris course.
Usage:
make release
hack-assembler *path-to-asm-file*
Planned improvements:
lib.rs module;