feat: first_pass, parser functions, check command types, add to symbol table
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
// by Nisan and Schocken, MIT Press.
|
||||
|
||||
// Computes R0 = 2 + 3 (R0 refers to RAM[0])
|
||||
|
||||
(lab)
|
||||
@2
|
||||
D=A
|
||||
@3
|
||||
D=D+A
|
||||
(test)
|
||||
@0
|
||||
M=D
|
||||
M=D
|
||||
|
||||
Reference in New Issue
Block a user