I'm using MPASM in microcode, I already correct that error, but now i have another problem, I use this instruction:

@ include "p16f88.inc"
@ __CONFIG _CONFIG1, _HS_OSC

@ include "p16f88.inc"
@ __CONFIG _CONFIG1, _HS_OSC;

in both programs apppear this error:

Overwritting previous adress contents (2007)

Do you know how to fix it?

Thanks