Slide 16.6: ROR instruction Home |
RCL
and RCR
Instructions
RCL
(rotate carry left) instruction shifts each bit to the left, copies the Carry
flag to the least significant bit (LSB), and copies the most significant bit (MSB) into the Carry
flag.
RCL — Rotate Through Carry Left |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RCR
Instruction
RCR
(rotate carry right) instruction shifts each bit to the right, copies the Carry
flag to the MSB, and copies the LSB into the Carry
flag.
RCR — Rotate Through Carry Right |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|