Appendix AInstruction Set
558
Name, mnemonic, variations,
and symbol
PageOperand data
areas
Function
DOUBLE GREATER THAN OR
EQUAL
> =L
(326)
>=L S
1
S
2
(V2 only) Compares word data and constants in eight
digits hexadecimal, and turns ON the
execution condition if the result is true (i.e., if
S
1
S
2
).
S
1
:
CIO
G
A
T/C
#
DM
S
2
:
CIO
G
A
T/C
#
DM
213
SIGNED GREATER THAN OR
EQUAL
> =S
(327)
>=S S
1
S
2
(V2 only) Compares word data and constants in four
digits signed hexadecimal, and turns ON the
execution condition if the result is true (i.e., if
S
1
S
2
).
S
1
:
CIO
G
A
T/C
#
DM
DR
IR
S
2
:
CIO
G
A
T/C
#
DM
DR
IR
213
DOUBLE SIGNED GREATER
THAN OR EQUAL
> =SL
(328)
>=SL S
1
S
2
(V2 only) Compares word data and constants in eight
digits signed hexadecimal, and turns ON the
execution condition if the result is true (i.e., if
S
1
S
2
).
S
1
:
CIO
G
A
T/C
#
DM
S
2
:
CIO
G
A
T/C
#
DM
213
BIT TEST
TST
(350)
TST S N
(V2 only) Turns ON the execution condition when a
designated bit in a designated word turns ON.
S:
CIO
G
A
DM
DR
IR
N:
CIO
G
A
T/C
#
DM
DR
IR
124
BIT TEST
TSTN
(351)
TSTN S N
(V2 only) Turns ON the execution condition when a
designated bit in a designated word turns OFF.
S:
CIO
G
A
DM
DR
IR
N:
CIO
G
A
T/C
#
DM
DR
IR
124
SIGNED BINARY ADD
WITHOUT CARRY
+, ↑+
(400)
+AuAdR
(V2 only) Adds word data and constants in four digits
hexadecimal with sign, and outputs the result
to a specified word.
Au
Ad
RCY
+
Au:
CIO
G
A
T/C
#
DM
DR
IR
Ad:
CIO
G
A
T/C
#
DM
DR
IR
R:
CIO
G
A
DM
DR
IR
272
DOUBLE SIGNED BINARY
ADD WITHOUT CARRY
+L, ↑+L
(401)
+L Au Ad R
(V2 only) Adds word data and constants in eight digits
hexadecimal with sign, and outputs the result
to specified words.
Au+1
Ad + 1
R + 1CY
+
Au
Ad
R
Au:
CIO
G
A
T/C
#
DM
Ad:
CIO
G
A
T/C
#
DM
R:
CIO
G
A
DM
272