IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operators> Greater than> Greater thanIn this section: Precedence7 Description> evaluates to 1 (true) if the left operand has a higher numeric value than the right operand, otherwise it is 0 (false).Example-1 > 1 –> 0 2 > 1 –> 1 1 > 1 –> 0