Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ADCB

Add Memory with Carry to Accumulator B

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

B + M + C -> B

Condition Code Register

C  Set if carry generated, else cleared
V  Set on overflow, else cleared
Z  Set if result zero, else cleared
N  Set if result negative, else cleared
I  Not affected
H  Set if carry from bit 3 else cleared

    
Addressing modeopcycbytesAssembler syntax
Immed.:C922ADCB #<exprn.>
Direct:D932ADCB <exprn.>
Index :E942ADCB <exprn.>,X
Extend:F943ADCB <exprn.>