|
|
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;
19: case 0b00111110: // 0x3e
20: OP_FUNC(srl_hlin);
21: break;
22: case 0b01000110: // 0x46
23: case 0b01001110: // 0x4e
24: case 0b01010110: // 0x56
25: case 0b01011110: // 0x5e
26: case 0b01100110: // 0x66
27: case 0b01101110: // 0x6e
28: case 0b01110110: // 0x76
29: case 0b01111110: // 0x7e
30: OP_FUNC(bit_hlin);
31: break;
32: case 0b10000110: // 0x86
33: case 0b10001110: // 0x8e
34: case 0b10010110: // 0x96
35: case 0b10011110: // 0x9e
36: case 0b10100110: // 0xa6
37: case 0b10101110: // 0xae
38: case 0b10110110: // 0xb6
39: case 0b10111110: // 0xbe
40: OP_FUNC(res_hlin);
41: break;
42: case 0b11000110: // 0xc6
43: case 0b11001110: // 0xce
44: case 0b11010110: // 0xd6
45: case 0b11011110: // 0xde
46: case 0b11100110: // 0xe6
47: case 0b11101110: // 0xee
48: case 0b11110110: // 0xf6
49: case 0b11111110: // 0xfe
50: OP_FUNC(set_hlin);
51: break;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.