]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
Add RET/IRET. Fix a bug in RST where the PC pushed to the stack was incorrect.
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index b54409e0dc5d05e97a4ce45fe7580a515580d7e3..0cef4b08606c7198c33a20bfd6a3c448b4acf456 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -4,25 +4,13 @@
 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
+// RET
+C9
+
+@80
 // RST 00h
 C7
 
 @100
-02
-44
\ No newline at end of file
+80
+00
\ No newline at end of file
This page took 0.024194 seconds and 4 git commands to generate.