Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ROR

ROR   Rotate Accumulator or Memory Byte Right through carry
RORA
RORB
ROR

C -> b7 ->....-> b0 -> C


Condition Code Register:

H  Not affected
N  Set if result Negative, else cleared
Z  Set if result Zero, else cleared
V  Not affected
C  <- b0 of original operand

    
Addressing modeNo of cyclesNo of bytes
Implied:21
Direct:62
Extended:73
Index/Indirect:6+2+