Initial commit

This commit is contained in:
Hazem Krimi
2024-03-08 14:40:23 +01:00
commit 2117f916c9
7 changed files with 160 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/06/add/Add.asm
// Computes R0 = 2 + 3 (R0 refers to RAM[0])
@2
D=A // hi
@3
D=D+A
@0
M=D