]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
LDH A,(C) and LDH (C), A
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index 7894cdc24084f0f1a45310572bcdb42a6b896b70..c86844c65c1cba751a49f03065c2b00b724dce35 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,3 +1,11 @@
+// LD HL, 0100
+21
+00
+01
+// LD SP, HL
+F9
+// POP BC
+C1
 // LD A, 12h
 3E
 12
 // LD A, 12h
 3E
 12
@@ -6,6 +14,11 @@
 // LD L, 34h
 2E
 34
 // LD L, 34h
 2E
 34
-// LD (HL), 56h
-36
+// LD (HL), B
+70
+// HALT
+76
+
+@100
+50
 56
 56
This page took 0.015928 seconds and 4 git commands to generate.