AARM User's Guide

Discontinued

< 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

!=, >, >=, <=, ==, NE

Example

None.