--- nono/hd64180/hd64180switch_cb.inc 2026/04/29 17:05:18 1.1.1.1 +++ nono/hd64180/hd64180switch_cb.inc 2026/04/29 17:05:34 1.1.1.2 @@ -70,6 +70,18 @@ case 0b00101110: // 0x2e OP_FUNC(sra_hlin); break; + case 0b00110000: // 0x30 + case 0b00110001: // 0x31 + case 0b00110010: // 0x32 + case 0b00110011: // 0x33 + case 0b00110100: // 0x34 + case 0b00110101: // 0x35 + case 0b00110111: // 0x37 + OP_FUNC(sll_r); + break; + case 0b00110110: // 0x36 + OP_FUNC(sll_hlin); + break; case 0b00111000: // 0x38 case 0b00111001: // 0x39 case 0b00111010: // 0x3a