--- nono/m88xx0/m88100switch.inc 2026/04/29 17:04:31 1.1 +++ nono/m88xx0/m88100switch.inc 2026/04/29 17:04:58 1.1.1.3 @@ -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; @@ -379,9 +385,6 @@ ... 0xfbf: // 111110_111111 OP_FUNC(tbnd_2); break; - case 0xfc3: // 111111_000011 - OP_FUNC(getc); - break; - case 0xfc4: // 111111_000100 - OP_FUNC(putc); + case 0xfc1: // 111111_000001 + OP_FUNC(doscall); break;