Skip to content

HackCompiler Non-Symbolic (v2)

Pre-release
Pre-release

Choose a tag to compare

@SheepCommander SheepCommander released this 03 Apr 06:48
· 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 java is 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