Hy everybody
I have a question obout 16F88 RB3 activation.
In the data spec. of 16f88 is a command for RB3 I/O activation.
(Look at the first link)
http://www.shrani.si/f/3Q/Z4/3Sa5ZNKE/1.png
The command is (CONFIG1.LVP=1)
But basic show error on CONFIG1.LVP=1

...My test program is:
http://www.shrani.si/f/1I/TV/13sc8rTE/2.png
Thanks
I have a question obout 16F88 RB3 activation.
In the data spec. of 16f88 is a command for RB3 I/O activation.
(Look at the first link)
http://www.shrani.si/f/3Q/Z4/3Sa5ZNKE/1.png
The command is (CONFIG1.LVP=1)
But basic show error on CONFIG1.LVP=1
...My test program is:
Is it something to do with this (Look at the second link)main:
Ansel=0
ADCON0.adon=0
CONFIG1.LVP=1
trisb=0
portb=3
goto main
end.
http://www.shrani.si/f/1I/TV/13sc8rTE/2.png
Thanks