LOW Return Low-Order 8 Bits MASM OperatorLOW expression
This operator returns the low-order byte (8 bits) of expression.
-------------------------------- Example ---------------------------------
MOV BL, LOW 1234h
will move 34h into BL.
See Also:HIGH
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson