/digital-n2t

Nand2Tetris components for Digital

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

NAND2Tetris

Digital component for implementing a HACK-like computer as described in the From NAND to Tetris course.

How do I get set up?

The easiest way to build the necessary Jar is to use maven.

  • JDK 1.8 is needed (either the Oracle JDK 1.8 or OpenJDK 1.8)
  • Clone the repository.
  • Replace the Digital.jar which is included in this repo with the version you want to use.
  • After that run mvn package to create the library jar file