IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operators<>, != Not equal to<>, != Not equal toIn this section: Precedence7 Description<> evaluates to 0 (false) if its two operands are identical in value or to 1 (true) if its two operands are not identical in value.Example1 <> 2 –> 1 2 <> 2 –> 0 'A' <> 'B' –> 1