--- nono/m88xx0/m88100goto.inc 2026/04/29 17:04:31 1.1 +++ nono/m88xx0/m88100goto.inc 2026/04/29 17:04:34 1.1.1.2 @@ -3961,8 +3961,8 @@ /* %111101_110111 */ &&label_goto_illegal, /* %111101_111000 */ &&label_goto_illegal, /* %111101_111001 */ &&label_goto_illegal, - /* %111101_111010 */ &&label_goto_illegal, - /* %111101_111011 */ &&label_goto_illegal, + /* %111101_111010 */ &&label_goto_ff1, + /* %111101_111011 */ &&label_goto_ff0, /* %111101_111100 */ &&label_goto_illegal, /* %111101_111101 */ &&label_goto_illegal, /* %111101_111110 */ &&label_goto_tbnd_1, @@ -4415,6 +4415,12 @@ label_goto_jsr_n: OP_FUNC(jsr_n); CHECK_AND_JUMP; + label_goto_ff1: + OP_FUNC(ff1); + CHECK_AND_JUMP; + label_goto_ff0: + OP_FUNC(ff0); + CHECK_AND_JUMP; label_goto_rte: OP_FUNC(rte); CHECK_AND_JUMP;