Project 6: Hack Assembler (Nand2Tetris) Implementation of the Hack Assembler (Hack Assembly Language -> Binary Code) in Python Requirements Python >= 3.10 Usage python assembler.py [FILENAME.asm] output: FILENAME.hack Branches main: implementation handles symbols no_symbol: implementation does not handle symbols