HIGH High byte
In this section:
Precedence
2
Description
HIGH takes a single operand to its right which is interpreted as an unsigned, 16-bit integer value. The result is the unsigned 8-bit integer value of the higher order byte of the operand.
Example
HIGH 0xABCD –> 0xAB