]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
ADC, AND, OR, XOR
[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 // LD (HL), B
20 70
21 // HALT
22 76
23
24 @100
25 02
26 56
This page took 0.027994 seconds and 4 git commands to generate.