]> 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 61c700d20f39133cdde9afae732f9c4e36776577..5ff2d7a701ec8f37d03c980e7ff65d65d21527a9 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,12 +1,18 @@
-// LD (HL), 05h
-36
-05
-// LD H, 12h
-26
-12
-// LD L, 34h
-2E
-34
-// LD (HL), 56h
-36
-56
+// LD SP, DFFFh
+31
+FF
+DF
+// CALL 0080h
+CD
+80
+01
+// CALL 0080h
+CD
+80
+01
+// RST 00h
+C7
+
+@180
+// RET
+C9
This page took 0.020093 seconds and 4 git commands to generate.