![]() |
|
<< Previous | Next >> | |
|
RLCA Rotate Left A Affect Carry Rabbit 2000/3000/4000/5000 Instruction
07 RLCA A = {A[6,0],A[7]}
CF = A[7]
Rabbit 2000/3000/4000 Rabbit 5000
Description
Rotates A to the left. Each bit in the register moves to the next highest-order bit position (bit 0 moves to bit 1, etc.) while bit 7 moves to both bit 0 and the C flag. See Figure 7 for an illustration.
Rabbit Instructions | << Previous | Next >> | rabbit.com |