feat: working assembler! second pass implemenation. mnemonic parsing and binary construction and writing

This commit is contained in:
2026-02-24 14:10:09 +01:00
parent b968110397
commit 144179e0b8
8 changed files with 27579 additions and 29 deletions

View File

@@ -3,11 +3,9 @@
// 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