式で使用されている標識

標識は演算仕様書の拡張演算項目 2 フィールドの式の中でブールとして使用す ることができます。 これらの標識はデータとして (すなわち、*IN または *INxx を使用 して) 参照しなければなりません。以下の例はこれを例示しています。

図 21. 式で使用されている標識
CL0N01Factor1+++++++Opcode(E)+Extended-factor2+++++++++++++++++++++++++++
 * In these examples, the IF structure is performed only if 01 is on.
 * *IN01 is treated as a boolean with a value of on or off.

 * In the first example, the value of the indicator ('0' or '1') is
 * checked.
C                   IF        *IN01

 * In the second example, the logical expression B < A is evaluated.
 * If true, 01 is set on.  If false 01 is set off.  This is analogous
 * to using COMP with A and B and placing 01 in the appropriate
 * resulting indicator position.
C                   EVAL      *IN01 = B < A

さらに多くの例および詳細については、本書の式の章および命令コードの章を 参照してください。