<< Previous | Next >>

RL DE     Rotate Left Affect Carry     Rabbit 2000/3000/4000/5000 Instruction

Opcode
Instruction
Operation
F3 RL DE {CF,DE} = {DE,CF}

8-Bit Access
16-Bit Unaligned
16-Bit Aligned
Rabbit 2000/3000/4000
2
n/a
n/a
Rabbit 5000
2
2
2

Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
·
·
L
·
·
·

Description

Rotates DE 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 15 moves to the C flag. See Figure 1 for an illustration.


Rabbit Instructions << Previous | Next >> rabbit.com