2024-05-06 19:00:53 +01:00
2024-03-20 20:42:47 +01:00
2024-05-02 21:26:14 +01:00
2024-04-23 20:28:36 +01:00

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

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.

S
Description
VM Translator from The Jack language to The Hack platform (Nand2Tetris Part 2).
Readme 81 KiB
Languages
C++ 97.2%
Makefile 2.8%