]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
update ISE project
[fpgaboy.git] / rom.hex
1 // LD HL, 0100
2 21
3 00
4 01
5 // LD SP, HL
6 F9
7 // POP BC
8 C1
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 00
24 56
This page took 0.024804 seconds and 4 git commands to generate.