My code for the hardware and software projects as described in The Elements of Computing Systems. Abstraction rules all.
-
Updated
Mar 27, 2019 - Python
My code for the hardware and software projects as described in The Elements of Computing Systems. Abstraction rules all.
The Hack VM Translator is a program that translates Hack VM code into Hack Assembly code. It is used in the Nand2Tetris course to convert high-level code written in the Hack VM language into low-level code that can be executed on the Hack computer platform.
To associate your repository with the hack-vm topic, visit your repo's landing page and select "manage topics."