IAR Embedded Workbench for RISC-V 3.40IAR AssemblerAssembler operatorsDescription of assembler operatorsLWRD Low wordLWRD Low wordIn this section: Precedence2DescriptionLWRD 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