A quick assembler made for the HACK Assembly Language.
compile the the main file and run it by linking the exe with the .asm file.
make | g++ ./src/main.cpp -o ./bin/main
./main <[Filename.asm]>
./main Pong.asm
ensure that the .asm files are in the same location as the .exe file
several .asm files are included with the source code.