mirror of
https://github.com/edmccard/twoapple-reboot.git
synced 2025-02-19 13:31:31 +00:00
Add RTI and extra 65C02 opcodes.
This commit is contained in:
parent
f3ebb822a6
commit
c81ff27bae
1051
src/cpu/ctfe_d6502.d
1051
src/cpu/ctfe_d6502.d
File diff suppressed because it is too large
Load Diff
@ -53,5 +53,7 @@ void main()
|
||||
0x86, 0xa4, 0x84, 0x24, 0x15, 0x35, 0x55, 0x75, 0xf5, 0xd5,
|
||||
0xd6, 0xf6, 0x16, 0x36, 0x56, 0x76, 0xb5, 0x95, 0xb6, 0x96,
|
||||
0xb4, 0x94, 0x01, 0x21, 0x41, 0x61, 0xe1, 0xc1, 0xa1, 0x81,
|
||||
0x11, 0x31, 0x51, 0x71, 0xf1, 0xd1, 0xb1, 0x91]);
|
||||
0x11, 0x31, 0x51, 0x71, 0xf1, 0xd1, 0xb1, 0x91, 0xda, 0x5a,
|
||||
0x7a, 0xfa, 0x89, 0x34, 0x3c, 0x1a, 0x3a, 0x80, 0x64, 0x74,
|
||||
0x14, 0x1c, 0x04, 0x0c, 0x40]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user