]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #86 from AntiheroSoftware/ca65-65816
authorOliver Schmidt <ol.sc@web.de>
Fri, 28 Feb 2014 07:46:44 +0000 (08:46 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 28 Feb 2014 07:46:44 +0000 (08:46 +0100)
Fix jmp($1234) opcode table

src/ca65/instr.c

index 5d8fc0043275064aa8513bef431b5c41bb39e87b..e0e3fc08c62e353f8e2744e7f1d4c81a17e8ed7e 100644 (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 */