--- nono/hd64180/hd64180switch_dd.inc 2026/04/29 17:05:18 1.1 +++ nono/hd64180/hd64180switch_dd.inc 2026/04/29 17:05:34 1.1.1.2 @@ -16,6 +16,15 @@ case 0b00111101: // 0x3d OP_FUNC(dec_ixr); break; + case 0b00000110: // 0x06 + case 0b00001110: // 0x0e + case 0b00010110: // 0x16 + case 0b00011110: // 0x1e + case 0b00100110: // 0x26 + case 0b00101110: // 0x2e + case 0b00111110: // 0x3e + OP_FUNC(ld_ixr_n); + break; case 0b00001001: // 0x09 case 0b00011001: // 0x19 case 0b00101001: // 0x29