]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
LD reg, imm16 and LD SP,HL
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index 2cce52b1c2e606ed5c247d38e35d5721a49b9705..a90b9628a2631fdd3bf3df751942028e4492d2df 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,9 +1,9 @@
-// LD H, 01h
-26
-01
-// LD L, 00h
-2E
+// LD HL, 0100
+21
 00
+01
+// LD SP, HL
+F9
 // LD B, (HL)
 46
 // LD A, 12h
This page took 0.022242 seconds and 4 git commands to generate.