mirror of
https://github.com/cc65/cc65.git
synced 2025-02-20 14:29:03 +00:00
Merge pull request #86 from AntiheroSoftware/ca65-65816
Fix jmp($1234) opcode table
This commit is contained in:
commit
0bcc9675f1
@ -824,8 +824,8 @@ static unsigned char EATab[10][AM65I_COUNT] = {
|
||||
},
|
||||
{ /* Table 6 */
|
||||
0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x30, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00,
|
||||
0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x90
|
||||
},
|
||||
{ /* Table 7 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user