]> 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 a90b9628a2631fdd3bf3df751942028e4492d2df..6142c981a1af6233316ff1fb30470411df1fc222 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -4,11 +4,13 @@
 01
 // LD SP, HL
 F9
-// LD B, (HL)
-46
-// LD A, 12h
+// POP BC
+C1
+// LD A, 10h
 3E
-12
+10
+// ADD C
+81
 // LD H, A
 67
 // LD L, 34h
@@ -20,4 +22,5 @@ F9
 76
 
 @100
-56
\ No newline at end of file
+02
+56
This page took 0.017164 seconds and 4 git commands to generate.