Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 470 Bytes

Jack VM Translator

This is a VM Translator made as the an assignment for the Nand To Tetris Course: Part 2. It assumes that the vm file file does not have errors for now.

To compile the program run the following command:

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:

./a.out <path>

The file will be written next to the source file.