BYTE2 Second byte
In this section:
Precedence
2
Description
BYTE2 takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the middle-low byte (bits 15 to 8) of the operand.
Example
BYTE2 0x12345678 –> 0x56
2
BYTE2 takes a single operand, which is interpreted as an unsigned 32-bit integer value. The result is the middle-low byte (bits 15 to 8) of the operand.
BYTE2 0x12345678 –> 0x56