Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->MOVE from CCR

MOVE from CCR   MOVE from Condition Code Register

Compatibility: 68010, 68020 and CPU32 families only.

CCR -> Destination

Assembler Syntax:  MOVE CCR,<ea>

Moves the condition code bits (zero extended to word size) to the destination address.  Unimplemented bits are set to zero.

<ea> - data alterable

Size:  Word

Condition Codes:

N    Not affected
Z    Not affected
V    Not affected
C    Not affected
X    Not affected

    
Allowable Addressing Modes
    
MOVECCR,Dn
MOVECCR,(An)
MOVECCR,(An)+
MOVECCR,-(An)
MOVECCR,(d16,An)
MOVECCR,(d8,An,Xn)
MOVECCR,(bd,An,Xn) 2
MOVECCR,([bd,An,Xn],od) 1
MOVECCR,([bd,An],Xn,od) 1
MOVECCR,(xxx).W
MOVECCR,(xxx).L
1   68020 only
2   68020 and CPU32 only