Skip to content

VM Translator

Choose a tag to compare

@roeygross roeygross released this 07 Jun 10:47
· 14 commits to main since this release
b2943cc

Translates VM files to Hack language ASM files.

Implements:

(Project_07):
push, pop, add, sub, or, neg.
eq, gt. lt.

(Project_08):
label, goto, if-goto.
function, call, return.
bootstrap for sys file.