mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
fix: readme
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user