IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operators* Multiplication* MultiplicationIn this section: Precedence2 Description* produces the product of its two operands. The operands are taken as signed 32-bit integers, and the result is also a signed 32-bit integer.Example2*2 –> 4 -2*2 –> -4