--- nono/m88xx0/m88100switch.inc 2026/04/29 17:04:34 1.1.1.2 +++ nono/m88xx0/m88100switch.inc 2026/04/29 17:04:58 1.1.1.3 @@ -385,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;