From: lintbe Date: Wed, 19 Feb 2014 10:06:39 +0000 (+0100) Subject: fix opcode for JML Absolute indirect long X-Git-Tag: V2.15~148^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e150c76cb760d01938fd26e90d93b4bcd49ed102;p=cc65 fix opcode for JML Absolute indirect long --- diff --git a/src/ca65/instr.c b/src/ca65/instr.c index 73fd83a78..4e30b406c 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -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,