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