What error message do you have?
Warning[207]: Found label after column 1. (device)
Error[122] : Illegal opcode (pic12F675)
if so, you need to change your syntax to use MPASM one.

this should be something like..
Code:
    @ __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _CP_OFF
Further reference : http://www.picbasic.co.uk/forum/showthread.php?t=543