A-1-6 Data Movement Instructions - Omron CJ2 CPU UNIT SOFTWARE User Manual

Cj2 cpu unit software
Hide thumbs Also See for CJ2 CPU UNIT SOFTWARE:
Table of Contents

Advertisement

Appendices
A-1-6
Data Movement Instructions
Instruction
Mnemonic
MOVE
MOV
021
@MOV
!MOV
!@MOV
DOUBLE
MOVL
498
MOVE
@MOVL
MOVE NOT
MVN
022
@MVN
DOUBLE
MVNL
499
MOVE NOT
@MVNL
MOVE BIT
MOVB
082
@MOVB
MOVE DIGIT
MOVD
083
@MOVD
A-18
Code
Symbol/Operand
MOV(021)
S
D
S: Source
D: Destination
MOVL(498)
S
D
S: 1st source
word
D: 1st destination
word
MVN(022)
S
D
S: Source
D: Destination
MVNL(499)
S
D
S: 1st source
word
D: 1st destination
word
MOVB(082)
S
C
D
S: Source word or
data
C: Control word
D: Destination
word
MOVD(083)
S
C
D
S: Source word or
data
C: Control word
D: Destination
word
Function
Transfers a word of data to the specified word.
Source word
Bit status not
changed.
Destination word
Transfers two words of data to the specified words.
S
S+1
Bit status not
changed.
D
D+1
Transfers the complement of a word of data to
the specified word.
Source word
Bit status
inverted.
Destination word
Transfers the complement of two words of data
to the specified words.
S
S+1
Bit status
inverted.
D
D+1
Transfers the specified bit.
Transfers the specified digit or digits.
(Each digit is made up of 4 bits.)
Execution
Location
condition
Output
Required
Output
Required
Output
Required
Output
Required
Output
Required
Output
Required
CJ2 CPU Unit Software User's Manual

Advertisement

Table of Contents
loading

Table of Contents