]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
Fix RAM bugs with kludge. Fix CALL bug. CALL test case.
[fpgaboy.git] / rom.hex
1 // LD SP, DFFFh
2 31
3 FF
4 DF
5 // CALL 0080h
6 CD
7 80
8 01
9 // CALL 0080h
10 CD
11 80
12 01
13 // RST 00h
14 C7
15
16 @180
17 // RET
18 C9
This page took 0.025269 seconds and 4 git commands to generate.