In NXC the byte type is an unsigned 8-bit value.
This type can store values from zero to UCHAR_MAX. You can also define an unsigned 8-bit variable using the unsigned keyword followed by the char type.