A Hack assembler written in C. Translates Hack Assembly into 16-bit machine code.
It translates Hack Assembly language (.asm files) into binary machine code (.hack files) that can be executed by the Hack CPU.
To compile the project:
makeUsage:
./assembler [filename]