HackCompiler Non-Symbolic (v2)
Pre-release
Pre-release
·
8 commits
to main
since this release
A completed version of the nand2tetris Chapter 6 (Part 1) project.
- Does not support symbols like variables or labels.
To Test it:
Option 1:
- Make sure
javais installed as a command line tool. - Extract the folder to your Downloads
- Open Terminal
- Run the following commands:
cd Downloads
cd HackCompiler/bin
java hackcompiler/Assembler ../sample/ExampleErrors.asm
Option 2:
- Open the project in VSCode (or an IDE of your choice) and run the main method of Assembler.asm