Program that turns "Nand to Tetris" assembly into binary instructions intended for the Hack computer.
python ./src/main.py <ASSEMBLY_FILE_PATH>
Will output binary file into directory where the assembly file is located.
Licensed under the MIT License