LOW Return Low-Order 8 Bits MASM Operator
LOW expression
This operator returns the low-order byte (8 bits) of expression.
-------------------------------- Example ---------------------------------
MOV BL, LOW 1234h
will move 34h into BL.