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