697
Table Data Processing Instructions Section 3-17
Precautions Input comparison instructions cannot be used as right-hand instructions, i.e.,
another instruction must be used between them and the right bus bar.
Example AND DOUBLE FLOATING LESS THAN: AND<D(331)
When CIO 000000 is ON in the following example, the floating point data in
words D00100 to D00103 is compared to the floating point data in words
D00200 to D00203. If the content of D00100 to D00103 is less than that of
D00200 to D00203, execution proceeds to the next line and CIO 005000 is
turned ON. If the content of D00100 to D00103 is not less than that of D00200
to D00203, execution does not proceed to the next instruction line.
3-17 Table Data Processing Instructions
This section describes instructions used to handle table data, stacks, and
other ranges of data. The 5 instructions at the bottom of the table (marked
with an asterisk) are supported by CS1-H, CJ1-H, CJ1M, and CS1D CPU
Units only.
Less Than Flag < ON if C1 < C2.
OFF in all other cases.
Less Than or
Equal Flag
<= ON if C1 ≤ C2.
OFF in all other cases.
Negative Flag N Unchanged
Name Label Operation
<D
D00100
D00200
000000
005000
34580>14876
−3.4580E+48<1.4876E+48
1000101101000100
1110011101101100
1010100111111011
0100000000001011
15 0
S1 :D00100
S1+1:D00101
S1+2:D00102
S1+3:D00103
0111100100111110
1010100001011000
1100110100110101
0011111111110111
15
0
S1 :D00100
S2+1:D00101
S2+2:D00102
S2+3:D00103
1101111010010001
1010100110110110
1110110110110000
1100101000000010
15 0
S1 :D00100
S1+1:D00101
S1+2:D00102
S1+3:D00103
0101010001010011
1010100000101011
0100100100100100
0100100111110000
15
0
S1 :D00100
S2+1:D00101
S2+2:D00102
S2+3:D00103
DOUBLE FLOATING LESS THAN Comparison (<D)
Yields an ON condition.
Decimal value:
−3.4580E+48
Decimal value: –1.4876
Does not yield an ON condition.
Decimal value: 3.4580
Decimal value: 1.4876E+48
Instruction Mnemonic Function code Page
SET STACK SSET 630 703
PUSH ONTO STACK PUSH 632 706
FIRST IN FIRST OUT FIFO 633 709
LAST IN FIRST OUT LIFO 634 712
DIMENSION RECORD TABLE DIM 631 715