Syntax
LOW expression
LBYTE expression
Description
Extract the low order byte of expression.
Example
LOW $FEDCBA98 ; evaluates to $98
You can combine LBYTE with HWORD to extract other parts of an expression:
LBYTE HWORD $FEDCBA98 ; evaluates to $DC