feat: added unit 04 material

This commit is contained in:
2026-01-29 07:57:57 +01:00
parent 1dc99e11ed
commit 14cfd2e34c
5 changed files with 28463 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// 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