MOVEX

MOVEX

Move with Endian Conversion

Operation: Source -->; Destination

Assembler Syntax: MOVEX <ea>, RN
MOVEX Rn,<ea>

Attributes: Size = (WORD, LONG)

Description: This instruction moves from a general purpose register to the EA and converts the data to Little Endian. Or it reads from EA , Converts from Littel Endian to Big Endian and updates the Register.

Condition Codes:
X Not affected.

Example: