Keil™, An ARM® Company

Cx51 User's Guide

int

The int data type defines a binary integer. It is used as follows:

« {signed|unsigned} » « {long|short} » int name « = value »;

Where

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

Refer to 2-Byte Scalars for information regarding the format of int types.