PIC10F220
CONFIG (address:0x0FFF, mask:0xFFFF)
IOSCFS -- Internal Oscillator Frequency Select bit
IOSCFS = 4MHZ 0x0FFE 4 MHz.
IOSCFS = 8MHZ 0x0FFF 8 MHz.
IOFSCS -- Internal Oscillator Frequency Select bit
IOFSCS = 4MHZ 0x0FFE 4 MHz.
IOFSCS = 8MHZ 0x0FFF 8 MHz.
MCPU -- Master Clear Pull-up Enable bit
MCPU = ON 0x0FFD Pull-up enabled.
MCPU = OFF 0x0FFF Pull-up disabled.
WDTE -- Watchdog Timer Enable bit
WDTE = OFF 0x0FFB WDT disabled.
WDTE = ON 0x0FFF WDT enabled.
CP -- Code protection bit
CP = ON 0x0FF7 Code protection on.
CP = OFF 0x0FFF Code protection off.
MCLRE -- GP3/MCLR Pin Function Select bit
MCLRE = OFF 0x0FEF GP3/MCLR pin function is digital I/O, MCLR internally tied to VDD.
MCLRE = ON 0x0FFF GP3/MCLR pin function is MCLR.

This page generated automatically by the device-help.pl program (2013-05-17 07:55:34 UTC) from the 8bit_device.info file (rev: 1.13) of mpasmx and from the gputils source package (rev: svn 979:980). The mpasmx is included in the MPLAB X.