]> 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 61c700d20f39133cdde9afae732f9c4e36776577..0cef4b08606c7198c33a20bfd6a3c448b4acf456 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,12 +1,16 @@
-// LD (HL), 05h
-36
-05
-// LD H, 12h
-26
-12
-// LD L, 34h
-2E
-34
-// LD (HL), 56h
-36
-56
+// LD HL, 0100
+21
+00
+01
+// LD SP, HL
+F9
+// RET
+C9
+
+@80
+// RST 00h
+C7
+
+@100
+80
+00
\ No newline at end of file
This page took 0.023946 seconds and 4 git commands to generate.