# hack-assembler An implementation of a hack assembler in C++. ## Compilation ```bash cmake -S . -B build cmake --build build ``` ## Usage ```bash g++ -o hack-assembler main.cpp cat | ./hack-assembler > ./out/ ``` ## License This project is under the WTFPL License. See [LICENSE](LICENSE) for details.