<<< Shift Instructions Examples | Index | ROL and ROR, Rotate Without Carry >>> |
Two types of rotate instructions:
Rotate without carry:
ROL (ROtate Left)
ROR (ROtate Right)
Rotate with carry:
RCL (Rotate through Carry Left)
RCR (Rotate through Carry Right)
Rotate instruction operand is similar to shift instructions and supports two versions:
Immediate count value
Count value is in CL register
<<< Shift Instructions Examples | Index | ROL and ROR, Rotate Without Carry >>> |