Keil™, An ARM® Company

Cx51 User's Guide

unsigned

The unsigned type modifier specifies that a char or int variable stores only positive values. It is used as follows:

unsigned data-type name « = value »;

Where

data-typeis the data type (char or int) of the variable.
nameis the name of the variable.
valueis the value to assign to the variable.