UPPER Third byte
In this section:
Precedence
2
Description
UPPER takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the middle-high byte (bits 23 to 16) of the operand.
Example
UPPER 0x12345678 –> 0x34
2
UPPER takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the middle-high byte (bits 23 to 16) of the operand.
UPPER 0x12345678 –> 0x34