diff --git a/README.md b/README.md index 4a1b713..a7d1d78 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Jack VM Translator -This is a VM translator made as an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the VM files do not have errors for now. +This is a VM translator made as an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). ## Requirements -You need a C++ compiler and `make` to develop, build, and run this project. +You need GCC and `make` to develop, build, and run this project. ## Installation @@ -38,6 +38,6 @@ make MODE=release You will find the executable in the `out/` directory. -## Reference +## Testing -This project is based on the [Nand To Tetrass Course: Part 2](https://www.nand2tetris.org/). +You can download VM files to test the translator against from the [Nand To Tetris website](https://www.nand2tetris.org/software).