Hi all,
Using 12F675 with the following:

TrisIO = %11111001
CMCON=7
option_reg.7 = 0
LOOP:
GPIO.1 = GPIO.4
GPIO.2 = GPIO.5
GOTO LOOP

As you can see, a pretty damn simple program, but it don't work!!!
Well, gpio.5 does follow gpio.2, but gpio.1 does NOT follow gpio.4
I have got config for intosc with pio.4 as i/o
I can't see anywhere in the PRO manual relating to the 12F675 but have RTFM and cannot see where, or what, I am missing out on.
Any Ideas??
Thanks.