48
Instruction Functions
Section 2-2
2-2-9
Symbol Math Instructions
Instruction
Mnemonic
Code
Symbol/Operand
Function
Location
Execution
condition
Page
SIGNED BINARY
ADD WITHOUT
CARRY
+
@+
400
Output
Required
DOUBLE
SIGNED BINARY
ADD WITHOUT
CARRY
+L
@+L
401
Output
Required
SIGNED BINARY
ADD WITH
CARRY
+C
@+C
402
Output
Required
DOUBLE
SIGNED BINARY
ADD WITH
CARRY
+CL
@+CL
403
Output
Required
BCD ADD WITH-
OUT CARRY
+B
@+B
404
Output
Required
Au: Augend word
Ad: Addend word
R: Result word
+(400)
Au
Ad
R
Adds 4-digit (single-word) hexadecimal data and/or constants.
Au
Ad
R
CY
+
(Signed binary)
(Signed binary)
(Signed binary)
CY will turn
ON when there
is a carry.
Au: 1st augend
word
Ad: 1st addend
word
R: 1st result word
+L(401)
Au
Ad
R
Adds 8-digit (double-word) hexadecimal data and/or constants.
Au+1
Ad+1
R+1
CY
+
Au
Ad
R
(Signed binary)
(Signed binary)
(Signed binary)
CY will turn
ON when
there is a
carry.
Au: Augend word
Ad: Addend word
R: Result word
+C(402)
Au
Ad
R
Adds 4-digit (single-word) hexadecimal data and/or constants with the
Carry Flag (CY).
CY
+
Au
Ad
R
CY
(Signed binary)
(Signed binary)
(Signed binary)
CY will turn
ON when there
is a carry.
Au: 1st augend
word
Ad: 1st addend
word
R: 1st result word
+CL(403)
Au
Ad
R
Adds 8-digit (double-word) hexadecimal data and/or constants with
the Carry Flag (CY).
Au+1
Ad+1
R+1
CY
+
Au
Ad
R
CY
(Signed binary)
(Signed binary)
(Signed binary)
CY will turn
ON when there
is a carry.
Au: Augend word
Ad: Addend word
R: Result word
+B(404)
Au
Ad
R
Adds 4-digit (single-word) BCD data and/or constants.
Au
Ad
R
CY
+
(BCD)
(BCD)
(BCD)
CY will turn
ON when there
is a carry.
Summary of Contents for CJ1G-CPUxx
Page 3: ...iv N o t i c e ...
Page 5: ...vi ...
Page 21: ...xxii Conformance to EC Directives 6 ...
Page 35: ......
Page 1131: ...1110 CJ series Instruction Execution Times and Number of Steps Section 4 2 ...