]> 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 b54409e0dc5d05e97a4ce45fe7580a515580d7e3..5ff2d7a701ec8f37d03c980e7ff65d65d21527a9 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,28 +1,18 @@
-// LD HL, 0100
-21
-00
+// LD SP, DFFFh
+31
+FF
+DF
+// CALL 0080h
+CD
+80
+01
+// CALL 0080h
+CD
+80
 01
-// LD SP, HL
-F9
-// POP BC
-C1
-// LD A, 10h
-3E
-10
-// ADD C
-81
-// LD H, A
-67
-// LD L, 34h
-2E
-34
-// XOR B
-A8
-// LD (HL), A
-77
 // RST 00h
 C7
 
-@100
-02
-44
\ No newline at end of file
+@180
+// RET
+C9
This page took 0.022031 seconds and 4 git commands to generate.