]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
NOP, and bug fixes
[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, 10h
10 3E
11 10
12 // ADD C
13 81
14 // LD H, A
15 67
16 // LD L, 34h
17 2E
18 34
19 // XOR B
20 A8
21 // LD (HL), A
22 77
23 // HALT
24 76
25
26 @100
27 02
28 44
This page took 0.02451 seconds and 4 git commands to generate.