You will want to change these lines in your code
Code:
@ DEVICE PIC12F675,MCLR_OFF,INTRC_OSC_NOCLKOUT,WDT_OFF,BOD_OFF
@ DEVICE PWRT_ON,PROTECT_OFF
to
Code:
@ __config _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _CP_OFF
when using MPASM as an assembler.

And comment the *.inc file in the PBP directory.

http://www.picbasic.co.uk/forum/cont...o-your-Program