NOINTPROMOTE

Abbreviation

NOIP

Arguments

None.

Default

INTPROMOTE

Description

The NOINTPROMOTE directive disables automatic integer promotions. Integer promotions are normally enabled to provide the greatest compatibility between C51 and other ANSI compilers. However, integer promotions can yield inefficient code on the 8051.

See Also

INTPROMOTE

Example


#pragma noip