Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->RL

RL                     Rotate accumulator left without carry


The contents of the accumulator are rotated left one bit.  Bit 7 is rotated into the bit 0 position.

No flags are affected.


Formats:
    
DescriptionMnemonicBytesCycles
    
Rotate accumulator left:RL A11