Hello Scampy, thanks for the workout.

I have comment out the four line's in the .INC file (PBP folder)

I have add the line's to PBP main code and get errors after compiling. (PBP v2.60C)

4 time this error > [warning 207] .... Found label after column 1. (@)
4 time this error > [error 121] illegal label (@)

I don't understand why PBP give this error, the instructions/settings are equal as in de .INC file what you advice me to comment out.

If change some __ like this;

ASM
@_CONFIG _CONFIG1H, _FOSC_INTIO67_1H & _FCMEN_OFF_1H & _IESO_OFF_1H
@_CONFIG _CONFIG2H, _WDTEN_ON_2H & _WDTPS_512_2H
@_CONFIG _CONFIG3H, _CCP2MX_PORTC_3H & _PBADEN_OFF_3H & _LPT1OSC_OFF_3H & _HFOFST_ON_3H & _MCLRE_ON_3H
@_CONFIG _CONFIG4L, _STVREN_ON_4L & _LVP_OFF_4L & _XINST_OFF_4L
ENDASM
Now I get 4 other errors:

Error [122] illegal opcode (_CONFIG1H)
Error [122] illegal opcode (_CONFIG2H)
Error [122] illegal opcode (_CONFIG3H)
Error [122] illegal opcode (_CONFIG4L)

Pfff, all this to get RA6 and RA7 as I/O...