Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->MOVE to ACC

MOVE to ACC    MOVE to MAC Accumulator

Compatibility:    Starting with 5206e.

Source -> ACC
    
Assembler Syntax:MOVE.L Ry,ACC
MOVE.L #<data>,ACC
Moves a 32 bit value from a data or address register or an immediate value into the MAC accumulator.

Size:  Long

MAC status register:

OMC Not affected
S/U Not affected
NSet if the most significant bit of the result is set, else cleared
ZSet if the result is zero, else cleared
VAlways cleared
CAlways cleared


Condition Codes:     Not affected