--- nono/m88xx0/m88100switch.inc 2026/04/29 17:04:31 1.1.1.1 +++ nono/m88xx0/m88100switch.inc 2026/04/29 17:04:34 1.1.1.2 @@ -369,6 +369,12 @@ case 0xf73: // 111101_110011 OP_FUNC(jsr_n); break; + case 0xf7a: // 111101_111010 + OP_FUNC(ff1); + break; + case 0xf7b: // 111101_111011 + OP_FUNC(ff0); + break; case 0xf7e: // 111101_111110 OP_FUNC(tbnd_1); break;