Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->MOVEP

MOVEP     Move Peripheral Data

Compatibility: 68000, 68010, 68020 and CPU32 families.

Source -> Destination

Transfer bytes of data register (high order byte first) to or from alternate bytes of memory starting at d(Ay) and incrementing by two.

Assembler Syntax:MOVEP Dx,d(Ay)
MOVEP d(Ay),Dx
Where d is a 16 bit displacement.

Size:  Word, Long

The high-order byte of the data register is transferred first and the low-order byte is transferred last.

Condition Codes: Not Affected