44
Instruction Functions Section 2-2
MOVE DIGIT
MOVD
@MOVD
083
Output
Required
339
MULTIPLE BIT
TRANSFER
XFRB
@XFRB
062
Output
Required
342
BLOCK
TRANSFER
XFER
@XFER
070
Output
Required
344
BLOCK SET
BSET
@BSET
071
Output
Required
347
DATA
EXCHANGE
XCHG
@XCHG
073
Output
Required
349
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
S
C
D
MOVD(083)
S: Source word or
data
C: Control word
D: Destination
word
Transfers the specified digit or digits. (Each digit is made up of 4 bits.)
XFRB(062)
C
S
D
C: Control word
S: 1st source
word
D: 1st destination
word
Transfers the specified number of consecutive bits.
XFER(070)
N
S
D
N: Number of
words
S: 1st source
word
D: 1st destination
word
S+(N−1)
D+(N−1)
to to
N words
Transfers the specified number of consecutive words.
BSET(071)
S
St
E
S: Source word
St: Starting word
E: End word
E
St
Source word
Destination words
Copies the same word to a range of consecutive words.
XCHG(073)
E1
E2
E1: 1st exchange
word
E2: Second
exchange word
E2E1
Exchanges the contents of the two specified words.