Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 546 Bytes

hack-assembler

Hack Assembler for Nand2Tetris. This was created following this specification.

Running the Assembler

Run this command to assemble an .asm into a .hack file. The .hack file will be created in the same directory as the original .asm file.

sbt "run example/Max.asm"

Additional .asm files can be found in the test resources.