Nand2Tetris - Project 7 (VM Translator Part 1)

from blog Guru Das Srinagesh, | ↗ original
Project 7 of Nand2Tetris is about translating virtual machine 1 (VM) commands for the Hack computer platform to a series of Hack assembly language (asm) instructions. The main focus of this project is determining the sequence of assembly language instructions corresponding to each VM command, given that the programming model of the computer is...