IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operators() Parenthesis() ParenthesisIn this section: Precedence1Description( and ) group expressions to be evaluated separately, overriding the default precedence order.Example1+2*3 –> 7 (1+2)*3 –> 9