HIGH             Return High-Order 8 Bits                       MASM Operator
 
  HIGH expression
 
    This operator returns the high-order byte (8 bits) of expression.
 
  -------------------------------- Example ---------------------------------
 
           MOV      BL, HIGH 1234h
 
    will move 12h into BL.

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster