]>
Joshua Wise's Git repositories - fpgaboy.git/blobdiff - rom.hex
-// LD (HL), 05h
-36
-05
-// LD H, 12h
-26
+// LD HL, 0100
+21
+00
+01
+// LD SP, HL
+F9
+// POP BC
+C1
+// LD A, 12h
+3E
12
+// LD H, A
+67
// LD L, 34h
2E
34
-// LD (HL), 56h
-36
+// LD (HL), B
+70
+// HALT
+76
+
+@100
+00
56
This page took 0.024459 seconds and 4 git commands to generate.