HWRD High word
In this section:
Precedence
2
Description
HWRD takes a single operand, which is interpreted as an unsigned, 32-bit integer value. The result is the high word (bits 31 to 16) of the operand.
Example
HWRD 0x12345678 –> 0x1234
2
HWRD takes a single operand, which is interpreted as an unsigned, 32-bit integer value. The result is the high word (bits 31 to 16) of the operand.
HWRD 0x12345678 –> 0x1234