Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->LDD

Load double accumulator

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

(M+1) -> B, M -> A


Condition Code Register

C  Not affected
V  Reset Always
Z  Set if result zero, else cleared
N  Set if result negative, else cleared
I  Not affected
H  Not affected

    
Addressing modeopcycbytesAssembler syntax
Immed.:CC33LDD #<exprn.>
Direct:DC42LDD <exprn.>
Index :EC52LDD <exprn.>,X
Extend:FC53LDD <exprn.>