IAR Embedded Workbench for RX 5.20IAR AssemblerAssembler operatorsDescription of assembler operators> Greater than> Greater thanIn this section: Precedence 7Description>or GT 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