]> 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 00214cd267f18bfa9ba1454a53e6e983645293b1..5ff2d7a701ec8f37d03c980e7ff65d65d21527a9 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,24 +1,18 @@
-// LD HL, 0100
-21
-00
+// LD SP, DFFFh
+31
+FF
+DF
+// CALL 0080h
+CD
+80
 01
-// LD SP, HL
-F9
-// POP BC
-C1
-// 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
-00
-56
+@180
+// RET
+C9
This page took 0.020699 seconds and 4 git commands to generate.