1-Byte Scalars
Scalars of type signed char and unsigned char are stored in a single byte (8 bits). Memory-specific pointers that reference data, idata, and pdata are stored using a single byte (8 bits). If an enum can be represented with an 8-bit value, the enum is also stored in a single byte.