Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 313 Bytes

N2T Assembler

Program that turns "Nand to Tetris" assembly into binary instructions intended for the Hack computer.

Usage

python ./src/main.py <ASSEMBLY_FILE_PATH>

Will output binary file into directory where the assembly file is located.

License

Licensed under the MIT License