MOVEQ

MOVEQ

Operation:
Immediate Data -->; Destination

Compatibility: 68000 Family

Assembler Syntax:
MOVEQ #<data>, Dn

Attributes: Size = (Long)

Description: Moves a byte of immediate data to a 32-bit
data register. The data in an 8-bit field within the
operation word is sign extended to a long operand in
the data register as it is transferred.

Condition Codes:
\c32200
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.

Instruction Format:
\i1-+++3Reg,-8Data,

Instruction Fields (Postincrement source and destination):
Register Dx field -- Specifies the data register to be loaded.
Data field -- Eight bits of data, which are sign extended to
a long operand.

Related Instructions:
MOVE,455
MOVEA,456
.462464