Quote Originally Posted by HenrikOlsson View Post
Hi,
Looks like you need to resort to a bit of assembly to get to it.
Now, I truly suck at assembly but if I were to try anything it would probably be something like:
Code:
ASM
MOVLW 128   ; Put 128 in W (enable weel pullup).
OPTION         ; Move content of W to OPTION
ENDASM
/Henrik.
Thanks Henrick, that assembly code helped me out with the 12f508. You have to TAB in once then write the code to remove errors.
GPIO.2 and 3 work fine now. Cheers Nick