This is an assembler for the hack assembly language, from the excellent nand2tetris course. The assembler is written in C.
make
./hasm <input file.asm>
compiles the input assembly file. Output file has the same name and directory as the input file.
- nand2tetris - the course homepage