Hello Luckyborg,
The aspstrophe ' symbol works in pbp to assign text as a comment, it supposedly does not work in assembly, and should be replaced with an semicolon ;
'@ __config _INTOSCIO & _WDT_ON & _MCLRE_OFF & _CP_OFF & _IESO_OFF
;@ __config _INTOSCIO & _WDT_ON & _MCLRE_OFF & _CP_OFF & _IESO_OFF
I would think MPASM would choke, who knows.
EDIT: also DEFINES are "supposed" to be in all UPPERCASE LETTERS