From: lintbe Date: Thu, 27 Feb 2014 09:01:39 +0000 (+0100) Subject: fix jmp($1234) opcode table X-Git-Tag: V2.15~145^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F86%2Fhead;p=cc65 fix jmp($1234) opcode table --- diff --git a/src/ca65/instr.c b/src/ca65/instr.c index 4e30b406c..4941147c3 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -834,8 +834,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 */