![]() |
|
| << Previous | Next >> | |
| | |
RRC (HL) Rotate Right Affect Carry Rabbit 2000/3000/4000/5000 Instruction
CB 0E RRC (HL) (HL) = {(HL)[0],(HL)[7,1]}
CF = (HL)[0]
Rabbit 2000/3000/4000 Rabbit 5000
Description
Rotates to the right the data whose address is HL.
Each bit moves to the next lowest-order bit position (bit 7 moves to bit 6, etc.) while bit 0 moves to both bit 7 and the C flag. See Figure 16 for an illustration.
| Rabbit Instructions | << Previous | Next >> | rabbit.com |