Hi,

I'm pretty new to using PIC's, and have a bit of a problem I've tried a few times to sort but banging head against the wall.

Im using PicBasic Pro and MicroCode Studio to complile some code for a 16F648A

Everything seems ok but im getting an error in MicroCode Studio;

at the line

@ device INTRC_OSC_NOCLKOUT

I keep getting :
Warning [207] file.asm 68 : Found label after column 1(device)
Error [122] file.asm 68 : Illegal opcode (INTRC_OSC_NOCLKOUT)

The code I have was given to me by its author who has a hex file which works no problem that was sent to me, but when coming to complile it from the PBP file I keep getting this error.

Does anyone know what I can do to sort it?

Thanks
Chris