Cx51 User's Guide

char

The char data type defines a 1-byte binary integer. It is used as follows:

<[>{signed|unsigned}<]> char name <[>= value<]>;

Where

nameis the name of the variable.
valueis the value to assign to the variable.

Refer to 1-Byte Scalars for information regarding the format of char types.