BYTE3 Third byte
In this section:
Precedence
2
Description
BYTE3 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
BYTE3 0x12345678 –> 0x34
2
BYTE3 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.
BYTE3 0x12345678 –> 0x34