]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
Fix RAM bugs with kludge. Fix CALL bug. CALL test case.
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index 2cce52b1c2e606ed5c247d38e35d5721a49b9705..5ff2d7a701ec8f37d03c980e7ff65d65d21527a9 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,23 +1,18 @@
-// LD H, 01h
-26
+// LD SP, DFFFh
+31
+FF
+DF
+// CALL 0080h
+CD
+80
 01
 01
-// LD L, 00h
-2E
-00
-// LD B, (HL)
-46
-// LD A, 12h
-3E
-12
-// LD H, A
-67
-// LD L, 34h
-2E
-34
-// LD (HL), B
-70
-// HALT
-76
+// CALL 0080h
+CD
+80
+01
+// RST 00h
+C7
 
 
-@100
-56
\ No newline at end of file
+@180
+// RET
+C9
This page took 0.02415 seconds and 4 git commands to generate.