IAR Embedded Workbench for Arm 9.70.xIAR AssemblerAssembler operatorsDescription of assembler operatorsLWRD Low wordLWRD Low wordIn this section: Precedence1DescriptionLWRD takes a single operand, which is interpreted as an unsigned, 32-bit integer value. The result is the low word (bits 15 to 0) of the operand.ExampleLWRD 0x12345678 –> 0x5678