]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
NOP, and bug fixes
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index c86844c65c1cba751a49f03065c2b00b724dce35..a4656313bb550ab895aae56bad41c05c5773452f 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -6,19 +6,23 @@
 F9
 // POP BC
 C1
-// LD A, 12h
+// LD A, 10h
 3E
-12
+10
+// ADD C
+81
 // LD H, A
 67
 // LD L, 34h
 2E
 34
-// LD (HL), B
-70
+// XOR B
+A8
+// LD (HL), A
+77
 // HALT
 76
 
 @100
-50
-56
+02
+44
\ No newline at end of file
This page took 0.023475 seconds and 4 git commands to generate.