Appendix AInstruction Set
557
Name, mnemonic, variations,
and symbol
PageOperand data
areas
Function
SIGNED LESS THAN OR
EQUAL
< =S
(317)
<=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 LESS
THAN OR EQUAL
< =SL
(318)
<=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
GREATER THAN
>
(320)
>S
1
S
2
(V2 only) Compares word data and constants in four
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
DR
IR
S
2
:
CIO
G
A
T/C
#
DM
DR
IR
213
DOUBLE GREATER THAN
>L
(321)
>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
>S
(322)
>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
>SL
(323)
>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
GREATER THAN OR EQUAL
> =
(325)
>= S
1
S
2
(V2 only) Compares word data and constants in four
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
DR
IR
S
2
:
CIO
G
A
T/C
#
DM
DR
IR
213