MOV Instruction

Purpose:To copy a scaler quantity
Format:opcode src.rx, dst.wx
Operation:dst <- src;
Condition
Codes:
N <- dst LSS 0;
Z <- dst EQL 0;
V <- 0;
C <- C;
Exceptions:None (Integer);
Reserved Operand (Floating Point)
Opcodes:
90MOVBMove Byte
B0MOVWMove Word
D0MOVLMove Long
7DMOVQMove Quad
50MOVFMove Float
70MOVDMove Double
Description: The destination operand is replaced by the source operand. The source operand is unaffected.
Notes: On a floating reserved operand fault, the destination is unaffected and the condition codes are unpredictable.