]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
LD with HLs
[fpgaboy.git] / rom.hex
diff --git a/rom.hex b/rom.hex
index 61c700d20f39133cdde9afae732f9c4e36776577..2cce52b1c2e606ed5c247d38e35d5721a49b9705 100644 (file)
--- a/rom.hex
+++ b/rom.hex
@@ -1,12 +1,23 @@
-// LD (HL), 05h
-36
-05
-// LD H, 12h
+// LD H, 01h
 26
+01
+// LD L, 00h
+2E
+00
+// LD B, (HL)
+46
+// LD A, 12h
+3E
 12
+// LD H, A
+67
 // LD L, 34h
 2E
 34
-// LD (HL), 56h
-36
-56
+// LD (HL), B
+70
+// HALT
+76
+
+@100
+56
\ No newline at end of file
This page took 0.126323 seconds and 4 git commands to generate.