LWRD Low word
In this section:
Precedence
2
Description
LWRD 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.
Example
LWRD 0x12345678 –> 0x5678
2
LWRD 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.
LWRD 0x12345678 –> 0x5678