vm_translator 0.3.0

A VM translator for the hack machine (ref: The Element Of Compting System)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ----: pop pointer 0 ----
@SP
A=M-1
D=M
@SP
M=M-1
@THIS
M=D

// Infinite end loop
(END)
@END
0;JMP

// CC=X
// V=1.0.0