Skip to content

HIBYTE

Function : Data Manipulation
HIBYTE - Returns the high-order BYTE of a WORD.

#include <global.h>
BYTE HIBYTE(

    WORD  dataword);
Description :

A machine independent macro that returns the high-order BYTE of a WORD.

Parameters : Input : dataword - Machine independent value of which high-order BYTE is to be returned.

Output : (routine) - High-order BYTE of the WORD.

See Also : LOBYTE HIWORD