I try to compile this with PicBasic 3.0.7:
Code:
'PIC16F1786
#CONFIG
    __config _MCLRE_OFF
#ENDCONFIG
for PIC16F176 but I got an error:
[ASM ERROR] CODE_1.ASM (33) : Argument out of range (not a valid register address)
If I compile for PIC16F690 or other, the error doesn't occur.
I have no idea what happened.