Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 496 Bytes

Readme.md

File metadata and controls

28 lines (22 loc) · 496 Bytes

Hack Simulator

See http://nand2tetris.org/ for more details.

Requirements

Run the interpreter testsuite

$ cd interpreter
$ cargo test

Run a testfile

$ cargo run --release -- --runner interpreter/tests/data/Mult.tst

Run the simulator

$ cargo run --release -- programs/Fill.hack
$ cargo run --release -- programs/Pong.hack

In case of trouble, ensure you try cargo clean && cargo update

License

GPLv2