An assembler for the Hack platform written in the Go programming language
You can find the specification of the Hack assembly language in Chapter 6 of the book "From Nand to Tetris".
You can execute the binaries using the Hack CPU emulator from the Nand2Tetris software suite.
assembly
: The Hack assembly files.bin
: The resulting binary files; the assembler will write to this directory.