ORDER

Abbreviation

OR

Arguments

None.

Default

NOORDER

Description

The ORDER directive instructs C51 to order all variables in memory according to their order of definition in the C source file. ORDER disables the hash algorithm used by the C compiler. The C51 compiler will run a little slower.

Example
#pragma OR