IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operators< Less than< Less thanIn this section: Precedence7 Description< 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