BYTE4 Fourth byte
In this section:
Precedence
2
Description
BYTE4 takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the high byte (bits 31 to 24) of the operand.
Example
BYTE4 0x12345678 –> 0x12
2
BYTE4 takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the high byte (bits 31 to 24) of the operand.
BYTE4 0x12345678 –> 0x12