MOVE

MOVE

Operation: Source -->; Destination

Assembler Syntax: MOVE <ea>, <ea>

Attributes: Size = (Byte, Word, Long)

Description: Moves the data at the source to the destination
location, and sets the condition codes according to the data.
The size of the operation may be specified as byte,
word, long, or Quad.

Condition Codes:

X Not affected.
N Set if the result is negative. Cleared otherwise.
Z Set if the result is zero. Cleared otherwise.
V Always cleared.
C Always cleared.



Assembler notes: When the source operand uses a direct Address Register
addressing mode, the assembler converts it to a MOVEA.
\b