LOBYTE
Function : Data Manipulation
LOBYTE - Returns the low-order BYTE of a WORD.
#include <global.h>
BYTE LOBYTE(
WORD dataword);
A machine independent macro that returns the low-order BYTE of a WORD.
Parameters : Input : dataword - Machine independent value of which low-order BYTE is to be returned.
Output : (routine) - Low-order BYTE of the WORD.