<< Previous | Next >>

RLCA     Rotate Left A Affect Carry     Rabbit 2000/3000/4000/5000 Instruction

Opcode
Instruction
Operation
07 RLCA A = {A[6,0],A[7]}
CF = A[7]

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
-
-
-
·
·
·

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