Chapter 6 Applied Instructions
6-123
API
Instruction code
Operand Function
0305 D NMOV P
S, D, n
Transferring the data to several
devices
Device
X Y M S T C HC D L SM SR E PR K 16# “$” DF
16-bit instruction (7 steps)
32-bit instruction (7 steps)
Symbol:
S
:
Data source Word/Double word
D
:
Data destination Word/Double word
n
:
Data length Word/Double word
Explanation:
1. When the instruciton is executed, the data in S is transferred to the n devices starting from the
device specified by D. When the instruction is not executed, the data in D is unchanged.
2. Only the 32-bit instructions can use the 32-bit counter.
3. The operand n used in the instruction NMOV should be within the range between 1 and 256,
and the operand n used in the instruction DNMOV should be within the range between 1 and
128.
Example:
When M0 is ON, 100 is transferred to D0~D9.