6F3B0253
Basic Hardware and Function 141
7. Instructions
FUN 025 TMOV Table transfer
Expression
Input [ A TMOV (n) B ] Output
Function
When the input is ON, the data of n registers starting with A are transferred to n registers starting
with B in a block. The allowable range of the table size n is 1 to 1024 words.
Execution condition
Input Operation Output
OFF No execution OFF
ON Execution ON
Operand
Name Device Register Constant Index
X Y R S T. C. XWYWRWSW T C D I J K
AStart of source √√√√√√√
nTable size 1 - 1024
BStart of
destination √√√√√√
Example
When R010 is ON, the data of D0500 to D0509 (10 registers) are block transferred to D1000 to
D1009, and the output is turned ON.
D0500 1111 D1000 1111
D0501 2222 D1001 2222
D0502 3333 Block transfer D1002 3333 10 registers
D0509 12345 D1009 12345
Note
The source and destination tables can be overlapped.