vm_translator 0.1.0

A VM translator for the hack machine (ref: The Element Of Compting System)
Documentation
1
2
3
4
5
6
7
8
9
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/07/MemoryAccess/BasicTest/BasicTest.vm

// Executes pop and push commands using the virtual memory segments.
push pointer 1
push constant 10
lt