5 Categories and Use of Basic Application Instructions
DVP-PM Application Manual 5-31
Program example 3:
The BMOV instruction will operate differently, automatically, to prevent errors when S and D coincide.
5. When S > D, the BMOV instruction is processed in the order 1→2→3.
X20
BMOV D20 D19 K3
D19
D20
D21
D20
D21
D22
2
1
3
6. When S < D, the BMOV instruction is processed in the order 3→2→1, then D11~D13 all equal to D10.
D11
D13
X21
BMOV D10 D11 K3
D10
D11
D12
1
3
2