161
Model Conversion Instructions (CPU Unit Ver. 3.0 or Later Only)
Section 3-33
3-33 Model Conversion Instructions (CPU Unit Ver. 3.0 or Later
Only)
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution condition
BLOCK
TRANSFER
XFERC
@XFERC
565
Output
Required
SINGLE WORD
DISTRIBUTE
DISTC
@DISTC
566
Output
Required
DATA COLLECT
COLLC
@COLLC
567
Output
Required
XFERC(565)
N
S
D
N: Number of
words
S: 1st source
word
D: 1st destination
word
S+(W−1)
D+(W−1)
to to
W words
Transfers the specified number of consecutive words.
DISTC(566)
S
Bs
Of
S: Source word
Bs: Destination
base address
Of: Offset
S1
D+n
D
S2
Transfers the source word to a destination word calculated by
adding an offset value to the base address.
Can also write to a stack (Stack Push Operation).
COLLC(567)
Bs
Of
D
Bs: Source base
address
Of: Offset (BCD)
D: Destination
word
S1
S1+n
S2
Transfers the source word (calculated by adding an offset value to the
base address) to the destination word.
Can also read data from a stack (Stack Read Operation).