]> Joshua Wise's Git repositories - fpgaboy.git/blob - rom.hex
Add RET/IRET. Fix a bug in RST where the PC pushed to the stack was incorrect.
[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.023963 seconds and 4 git commands to generate.