commit - 2ffc18b08ca04a6774f0ac2841e255b8898b29ed
commit + 78e224d268d68375c1da4bedfa26aadaf47d4a37
blob - 0f265306627157dd88188865eaa84f84c18aa778
blob + ce2f8c884577a40ddbe7725356628e90af65a4ca
--- add.hack
+++ add.hack
+# adapted from nand2tetris/projects/05/Add.hack
+# distributed under Creative Commons BY-NC-SA 3.0
+
# compute D=2+3, store result in R0
0 000000000000010 # 0: @2
1 11 0 110000 010 000 # 1: D=A; (~0 & A)
blob - 222a8f82b24d40310be54730605d30172d2d95fa
blob + 78fa64e074d5ba1b169cefd92ece571e9dd39961
--- max.hack
+++ max.hack
+# adapted from nand2tetris/projects/05/Max.hack
+# distributed under Creative Commons BY-NC-SA 3.0
+
# store 13 and 17 to R0 and R1, respectively
0 000000000001101 # 0: @13 <- arg 1
1 11 0 110000 010 000 # 1: D=A;