Quote Originally Posted by Glenn View Post
Well, if the ' is before the @ it should work ? or ?



This gives me..

Error[113] C:\PBP\LTIMERT.ASM 63 : Symbol not previously defined (_OSC_INTIO67
_1H)

..And the usual "deprecated" warning about __CONFIG.
Did you write it @ __CONFIG _CONFIG1H, _OSC_INTIO67_1H & _FCMEN_OFF_1H & _IESO_OFF_1H ; enable int osc, disable failsafe osc enable, disable internal external switchover ?
As for ' , is a PBP compiler directive, whereas ; directs both compiler and assembler