_CONFIGxy value
» assembler directive was deprecated for several years, but was still supported by gpasm with a warning message. Unfortunately, the .inc files coming with new PIC18 devices don't define the CONFIGxy symbols anymore, so the _CONFIG
directive cannot be used for these devices.
This is why cpik now offers a new pragma that allows to use the new CONFIG directive :
#pragma config key=symbol,...
Please refer to the section 10.12.7 for details.
Note that the new pragma is also supported by pikdev 1.4, the new version of my IDE.
Thank you to Jon Hilt who has reported the two previous problems, and fixed one of them.
AG 2013-04-10