Hack Assembler written in C for the nand2tetris course.
make all
Binary will be generated in the bin folder
./assembler -i <inputfile.asm> -o <optional outputfile.hack>
If no output file is given, a default a.hack file will be created in the current directory.