 | A166 User's Guide |  |
|
|
| < Assembler Operator| Arguments |
operand <</b> operand
| | Description | The <</b> operator compares the first and second operands and returns a value of 0 (false) if the first operand is greater than or equal the second or a value of 1 (true) if the first operand is less than the second. | | See Also | !=, >, >=, <=, ==, EQ, GE, GT, LE, LT, NE, UGE, UGT, ULE, ULT | | Example | None. |
|
|