Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->MOVE from SR

MOVE from SR from Status Register

Compatibility: 68000, 68010, 68020 and CPU32 families.

This is  a privileged instruction for the 68010, 68020 and CPU32 families.


If supervisor state, SR -> Destination else TRAP

Unimplemented bits are set to zero

Assembler Syntax:  MOVE SR,<ea>


<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
    
MOVESR,Dn
MOVESR,(An)
MOVESR,(An)+
MOVESR,-(An)
MOVESR,(d16,An)
MOVESR,(d8,An,Xn)
MOVESR,(bd,An,Xn) 2
MOVESR,([bd,An,Xn],od) 1
MOVESR,([bd,An],Xn,od) 1
MOVESR,(xxx).W
MOVESR,(xxx).L

1   68020 only
2   68020 and CPU32 only