86
Data Movement Instructions Section 3-6
3-6 Data Movement Instructions
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
MOVE
MOV
@MOV
!MOV
!@MOV
021
Output
Required
DOUBLE MOVE
MOVL
@MOVL
498
Output
Required
MOVE NOT
MVN
@MVN
022
Output
Required
DOUBLE MOVE
NOT
MVNL
@MVNL
499
Output
Required
MOVE BIT
MOVB
@MOVB
082
Output
Required
S: Source
D: Destination
MOV(021)
S
D
Transfers a word of data to the specified word.
Source word
Destination word
Bit status
not changed.
S: 1st source
word
D: 1st destination
word
MOVL(498)
S
D
Transfers two words of data to the specified words.
S
D
Bit status
not changed.
S+1
D+1
S: Source
D: Destination
MVN(022)
S
D
Transfers the complement of a word of data to the specified word.
Source word
Destination word
Bit status
inverted.
S: 1st source
word
D: 1st destination
word
MVNL(499)
S
D
Transfers the complement of two words of data to the specified words.
S
D
S+1
D+1
Bit status
inverted.
S: Source word or
data
C: Control word
D: Destination
word
MOVB(082)
S
C
D
Transfers the specified bit.