mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
Fixing functions logic wip
This commit is contained in:
@@ -4,7 +4,7 @@ This is a VM Translator made as the an assignment for the [Nand To Tetris Course
|
||||
|
||||
To compile the program run the following command:
|
||||
```
|
||||
g++ main.cpp -Isrc
|
||||
g++ main.cpp -Isrc -std=c++17
|
||||
```
|
||||
To run the executable against jack vm files run the following command with the path of the file:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user