Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->LSRB

Logical shift right accumulator B

Compatibility: 6800, 6802, 6803, 6303R, 6303X, 6303Y

0 -> bit7 ->....-> bit0 -> C

Condition Code Register

C  Set to bit 0 of operand
V  Set if N 'eor' C = 1 after execution, else cleared
Z  Set if result zero, else cleared
N  Reset Always
I  Not affected
H  Not affected

    
Addressing modeopcycbytesAssembler syntax
Implied:5411LSRB

(Sometimes more cycles)