1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00

fix opcode for JML Absolute indirect long

This commit is contained in:
lintbe 2014-02-19 11:06:39 +01:00
parent 9fae57963d
commit e150c76cb7

View File

@ -806,7 +806,7 @@ static unsigned char EATab[10][AM65I_COUNT] = {
0x08, 0x08, 0x04, 0x0C, 0x00, 0x14, 0x1C, 0x00,
0x14, 0x1C, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x70
0x00, 0x00, 0x80
},
{ /* Table 2 */
0x00, 0x00, 0x24, 0x2C, 0x0F, 0x34, 0x3C, 0x00,