User manual

1.3 Explanation of Memory Areas
1-67
Example 3: Modifying a destination address
F0 MV, DT 0, I0
X0
F0 MV, K100, I0WR0
I0 setting
The value of DT0 determines the address of WR where K100 is
written.
When the value of DT0 is K10, K100 is written to WR10.
I0 WR0 WR10
K10
10+0 =10
Example 4: Modifying a source address
F0 MV, DT 1, IB
X0
F0 MV, IBWR0, DT 0
IB setting
The value of DT1 determines the address of WR for
transferring a value to DT0.
When the value of DT1 is K9, the value in WR9 is transferred to
DT0.
IB WR0 WR9
K9
9+ 0=9