#pragma _CONFIGxy value              (Deprecated, but still supported)

Note: This pragma is deprecated.
Please use instead the «config» pragma, as described in the next section.

This pragma allows to specify the device configuration bits.

$ x$ must be a configuration register number ( $ 1 \le x \le 7$) and $ y$ must be either H or L.

Config bits values are not processed by compiler, but directly passed to assembler, so you can use here constants not defined at C level, but defined in the <processor>.inc file. For this reason, you cannot use here the '_' character as field separator.

A program containing more than one _CONFIGxy pragma with different values will have an unpredictable behaviour.



Alain Gibaud 2015-07-09