]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
Fix part of the indentation tragedy.
[fpgaboy.git] / rom.hex
1 // LD HL, 0100
2 21
3 00
4 01
5 // LD SP, HL
6 F9
7 // RET
8 C9
9
10 @80
11 // RST 00h
12 C7
13
14 @100
15 80
16 00
This page took 0.026254 seconds and 4 git commands to generate.