ba4d9afda9ba99340ed594325193b930182cef81
Those are the examples and the asm & hack (assembled) from the project 6 of nand2tetris
hack-assembler
An implementation of a hack assembler in C++.
Usage
g++ -o hack-assembler main.cpp
cat <input_file.asm> | ./hack-assembler > <output_file.hack>
License
This project is under the WTFPL License. See LICENSE for details.
Languages
Assembly
97.6%
C++
2.2%
CMake
0.2%