Fixing functions logic wip

This commit is contained in:
2024-05-15 21:59:52 +01:00
parent dca5d7dc70
commit 02c6de597b
4 changed files with 142 additions and 37 deletions
+1 -1
View File
@@ -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:
```