RCL ROTATE THROUGH RCL
CARRY LEFT
Encoding:
111 a1 aav w 1mod a1 Or1m 1
if v = athen COUNT = 1 else COUNT = (CL)
RCL Operands | Clocks* | Transfers Bytes RCL Coding Example | ||
register 1, | 2 | - | 2 | RCL CX, 1 |
register, CL | 8+4/bit | - | 2 | RCLAL, CL |
memory, 1 | 15(23) + EA | 2 | RCL ALPHA, 1 | |
memory, CL | 20(28) + !,EA + 41 bit | 2 | RCL [BPj.PARAM,CL |
*b(w): where b denotes the number of clock cycles for byte operands and w denotes the number of clock cycles for word operands.