LOW Low byte
In this section:
Precedence
1
Description
LOW takes a single operand, which is interpreted as an unsigned, 32-bit integer value. The result is the unsigned, 8-bit integer value of the lower order byte of the operand.
Example
LOW 0xABCD –> 0xCD