Hack assembler for the Nand2tetris course. http://www.nand2tetris.org/
It's now a complete assembler! Other small improvements coming maybe.
Uses CMake. Windows and Linux builds tested and confirmed working, OS X should work but I'm not able to test it myself.
- CMake (for building)
- boost
mkdir build
cd build
cmake ../
make