Hi all

Anyone know how to get a 10f206 going ?.

i tried a simple blink prog to start but cant even get that to run, i've looked at datasheet and tried all sorts of option_reg and trisgpio combinations but the damn thing just sits there doing nothing, please help if you can.

TRISIO = %11111101
OPTION_REG = %00000000

main:
High GPIO.1
Pause 50
Low GPIO.1
Pause 50
GoTo main
End