1
0
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:
Oliver Schmidt 2014-02-28 08:46:44 +01:00
commit 0bcc9675f1

View File

@ -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 */