| << Previous | Next >> | |
| |
RL b,JKHL Rotate Left Through Carry Rabbit 4000 Instruction
---- RL b,JKHL {CF,JKHL} = {JKHL,CF}
b = b - 1
repeat while b != 0
Description
Rotates JKHL to the left with the C flag. Each bit in the register moves to the next highest-order bit position (bit 0 moves to bit 1, etc.) while the C flag moves to bit 0 and bit 31 moves to the C flag. This operation happens b number of times. See Figure 2 for an illustration.
| | |
| << Previous | Next >> |