Hi all,

So after reading through some literature, I decided to start playing with the PICBasic Pro compiler and a PICKit 1 programmer on a 12F675. I'm using MPLAB and have the following simple code:

TRISIO = %001000
GPIO = %110111

I compiled and programmed the device, but when I view the Special Functions Register, it says that TRISIO and GPIO are 0x00.

Can anyone help?

Thanks!