Hi

I try to use a 16F88 with mplab as compiler, i want to use mclr as I/O and the internal oscilator

but i'm getting an error:

error 118 ..... overwriting previous address contents (2007)


; Set fuses:;=========================================== ===============================================@ __config _CONFIG1, _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _MCLR_ON & _LVP_OFF & _CP_OFF@ __config _CONFIG2, _FCMEN_OFF & _IESO_OFF