--- nono/m680x0/m680x0switch.h 2026/04/29 17:05:31 1.1 +++ nono/m680x0/m680x0switch.h 2026/04/29 17:05:40 1.1.1.2 @@ -1602,6 +1602,12 @@ // %1111_010101_101yyy PTESTR (Ay) OP_FUNC(ptest); break; + case (0xf580 >> 6): + case (0xf5c0 >> 6): + // %1111_010110_001nnn PLPAW (An) + // %1111_010111_001nnn PLPAR (An) + OP_FUNC(plpa); + break; case (0xf600 >> 6): // %1111_011000_000yyy MOVE16 (Ay)+,xxx.L // %1111_011000_001yyy MOVE16 xxx.L,(Ay)+ @@ -1634,6 +1640,10 @@ // %1111_111101_mmmrrr cpRESTORE OP_FUNC(cprestore); break; + case (0xf800 >> 6): + // %1111_100000_000000 LPSTOP + OP_FUNC(lpstop); + break; case (0x1040 >> 6): case (0x1240 >> 6): case (0x1440 >> 6): @@ -1703,14 +1713,11 @@ case (0x7fc0 >> 6): case (0xf380 >> 6): case (0xf3c0 >> 6): - case (0xf580 >> 6): - case (0xf5c0 >> 6): case (0xf640 >> 6): case (0xf680 >> 6): case (0xf6c0 >> 6): case (0xf780 >> 6): case (0xf7c0 >> 6): - case (0xf800 >> 6): case (0xf840 >> 6): case (0xf880 >> 6): case (0xf8c0 >> 6):