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:The OPTION register is a 8-bit wide, write-only register, which contains various control bits to configure the Timer0/WDT prescaler and Timer0.
By executing the OPTION instruction, the contents of the W register will be transferred to the OPTION register.
A Reset sets the OPTION<7:0> bits./Henrik.Code:ASM MOVLW 128 ; Put 128 in W (enable weel pullup). OPTION ; Move content of W to OPTION ENDASM
Bookmarks