Hello. I have been writing code for some time in PBP and had a need to try to simulate it. I have gotten the code to compile in MPLAB but it tells me there are errors.

Here is what the error message is:
Warning[207] C:\PROJECTS\2212\HEIGHT SENSOR V02.ASM 278 : Found label after column 1. (DEVICE)
Error[122] C:\PROJECTS\2212\HEIGHT SENSOR V02.ASM 278 : Illegal opcode (pic16F688)

and looking at the appropriate asm file I found the lines that are for 278 are
; C:\PROJECTS\2212\HEIGHT SENSOR V02.PBP 00045 @ DEVICE pic16F688, PROTECT_ON

ASM?
DEVICE pic16F688, PROTECT_ON ' line 278

ENDASM?

Does anyone have any ideas? Where can I look to find out more info about what is actually happening when I compile it in MPLAB. Thanks for your help.