]> git.sur5r.net Git - cc65/commitdiff
fix jmp($1234) opcode table 86/head
authorlintbe <jfdusar@gmail.com>
Thu, 27 Feb 2014 09:01:39 +0000 (10:01 +0100)
committerlintbe <jfdusar@gmail.com>
Thu, 27 Feb 2014 09:01:39 +0000 (10:01 +0100)
src/ca65/instr.c

index 4e30b406cd4255dc0975490d16384ffda4fd55b6..4941147c395cc5af0a21144d0148a240ece4e22f 100644 (file)
@@ -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 */