ST10 FAMILY PROGRAMMING MANUAL
153/172
CoMOV
Memory to Memory Move
Group
Transfer Instructions
Syntax
CoMOV
op1, op2
Operation
(op1) <--
(op2)
Data Types
WORD
Description
Moves the contents of the memory location specified by the source operand, op2, to the memory location
specified by the destination operand op1. This instruction is repeatable. Note that, unlike for the other
instructions, IDX
i
can address the entire memory. This instruction does not affect the Mac Flags but mod-
ify the CPU Flags as any other MOV instruction.
CPU Flags
MAC Flags
Addressing Modes
Examples
E
Z
V
C
N
*
*
-
-
*
E
Set if the value of op2 represents the lowest possible negative number. Cleared otherwise.
Used to signal the end of a table.
Z
Set if the value of the source operand op2 equals zero. Cleared otherwise.
V
Not affected.
C
Not affected.
N
Set if the most significant bit of the source operand op2 is set. Cleared otherwise.
N
Z
C
SV
E
SL
-
-
-
-
-
-
N
Not affected.
Z
Not affected.
C
Not affected.
SV
Not affected.
E
Not affected.
SL
Not affected.
Mnemonic
Rep
Format
Bytes
CoMOV
[IDX
i
⊗
], [Rw
m
⊗]
Yes
D3 Xm 00 rrrr:rqqq
4
Repeat 24 times CoMOV [IDX1+QX0], [R11+QR1]
; ((IDX1)) <-- ((R11))
; (R11) <-- (R11) + (QR1)
; (IDX1) <-- (IDX1) + (QX0)
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...