]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
LD with HLs
[fpgaboy.git] / rom.hex
1 // LD H, 01h
2 26
3 01
4 // LD L, 00h
5 2E
6 00
7 // LD B, (HL)
8 46
9 // LD A, 12h
10 3E
11 12
12 // LD H, A
13 67
14 // LD L, 34h
15 2E
16 34
17 // LD (HL), B
18 70
19 // HALT
20 76
21
22 @100
23 56
This page took 0.024387 seconds and 4 git commands to generate.