]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
Add CALL (untested) and ROM and internal RAM
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index c86844c65c1cba751a49f03065c2b00b724dce35..0cef4b08606c7198c33a20bfd6a3c448b4acf456 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -4,21 +4,13 @@
 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
+// RET
+C9
+
+@80
+// RST 00h
+C7
 
 @100
-50
-56
+80
+00
\ No newline at end of file
This page took 0.0213719999999999 seconds and 4 git commands to generate.