In the last few days I've been getting an error when compilling MPLAB. I'm using a 16F628A.
No matter how I write the config word, hex or spelled out according to .inc file, I get a
Error[126] argument out of range (not a valid config register address)
Here is one example that doesn't work
_XT_OSC & _WDT_OFF & _PWRTE_ON & _MCLRE_ON & _BOREN_OFF & _LVP_OFF
But I have tried many
Do you see anything obviously wrong or is there some setting that I have wrong in the IDE program? I've never seen this error before. Aaron