A simple Hack CPU and assembler emulator.
This project emulates the Hack CPU from nand2tetris by Shimon Schocken and Noam Nisan, supporting Hack assembly programs.
- Build the project (see Compilation Guide) / install precompiled binaries
- Assemble a program
hacka -i examples/mul.asm -o mul.bin
- Run the emulator with compiled binary
hacke -i mul.bin