IAR Embedded Workbench for RX 5.20IAR AssemblerAssembler operatorsDescription of assembler operators< Less than< Less thanIn this section: Precedence 7Description<or LT evaluates to 1 (true) if the left operand has a numeric value that is less than the right operand, otherwise it is 0 (false).Example-1 < 2 –> 1 2 < 1 –> 0 2 < 2 –> 0