Syntax
HIGH expression
HBYTE expression
Description
Extract the high order byte of the 16-bit value expression.
Examples
HIGH $FEDCBA98 ; evaluates to $BA
You can combine HBYTE with HWORD to extract other parts of an expression:
HBYTE HWORD $FEDCBA98 ; evaluates to $FE