|
|
1.1 root 1: case 0b00000110: // 0x06
2: OP_FUNC(rlc_hlin);
3: break;
4: case 0b00001110: // 0x0e
5: OP_FUNC(rrc_hlin);
6: break;
7: case 0b00010110: // 0x16
8: OP_FUNC(rl_hlin);
9: break;
10: case 0b00011110: // 0x1e
11: OP_FUNC(rr_hlin);
12: break;
13: case 0b00100110: // 0x26
14: OP_FUNC(sla_hlin);
15: break;
16: case 0b00101110: // 0x2e
17: OP_FUNC(sra_hlin);
18: break;
1.1.1.2 ! root 19: case 0b00110110: // 0x36
! 20: OP_FUNC(sll_hlin);
! 21: break;
1.1 root 22: case 0b00111110: // 0x3e
23: OP_FUNC(srl_hlin);
24: break;
25: case 0b01000110: // 0x46
26: case 0b01001110: // 0x4e
27: case 0b01010110: // 0x56
28: case 0b01011110: // 0x5e
29: case 0b01100110: // 0x66
30: case 0b01101110: // 0x6e
31: case 0b01110110: // 0x76
32: case 0b01111110: // 0x7e
33: OP_FUNC(bit_hlin);
34: break;
35: case 0b10000110: // 0x86
36: case 0b10001110: // 0x8e
37: case 0b10010110: // 0x96
38: case 0b10011110: // 0x9e
39: case 0b10100110: // 0xa6
40: case 0b10101110: // 0xae
41: case 0b10110110: // 0xb6
42: case 0b10111110: // 0xbe
43: OP_FUNC(res_hlin);
44: break;
45: case 0b11000110: // 0xc6
46: case 0b11001110: // 0xce
47: case 0b11010110: // 0xd6
48: case 0b11011110: // 0xde
49: case 0b11100110: // 0xe6
50: case 0b11101110: // 0xee
51: case 0b11110110: // 0xf6
52: case 0b11111110: // 0xfe
53: OP_FUNC(set_hlin);
54: break;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.