An archive of projects implemented by my self in the course series [Nand2Tetris](https://www.nand2tetris.org/). (mainly in c++)
-
Updated
Oct 17, 2023 - Hack
An archive of projects implemented by my self in the course series [Nand2Tetris](https://www.nand2tetris.org/). (mainly in c++)
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.
WIP Implementation of the theoretical 16-bit computer called "Hack" based on the book "The elements of computing systems 2nd edition"
Hack virtual machine (.vm) code to Hack assembly (.asm) translator, implemented in Rust
Add a description, image, and links to the vmtranslator topic page so that developers can more easily learn about it.
To associate your repository with the vmtranslator topic, visit your repo's landing page and select "manage topics."