feat: assembler file parsing, parser module beginning

This commit is contained in:
2026-02-17 14:35:21 +01:00
parent 8063df4760
commit 7bd67b402b
5 changed files with 181 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
// this file is for resting purposes only
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// Computes R0 = 2 + 3 (R0 refers to RAM[0])
@2
D=A
@3
D=D+A
@0
M=D