]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
Our first ALU operation -- ADD
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index c86844c65c1cba751a49f03065c2b00b724dce35..6142c981a1af6233316ff1fb30470411df1fc222 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -6,9 +6,11 @@
 F9
 // POP BC
 C1
-// LD A, 12h
+// LD A, 10h
 3E
-12
+10
+// ADD C
+81
 // LD H, A
 67
 // LD L, 34h
@@ -20,5 +22,5 @@ C1
 76
 
 @100
-50
+02
 56
This page took 0.021243 seconds and 4 git commands to generate.