PIC12F510
CONFIG (address:0x0FFF, mask:0xFFFF)
OSC -- Oscillator Select
OSC = LP 0x0FFC LP oscillator with 18 ms DRT.
OSC = XT 0x0FFD XT oscillator with 18 ms DRT.
OSC = IntRC 0x0FFE INTOSC with 1.125 ms DRT.
OSC = ExtRC 0x0FFF EXTRC with 1.125 ms DRT.
WDT -- Watchdog Timer Enable bit
WDT = OFF 0x0FFB WDT disabled.
WDT = ON 0x0FFF WDT enabled.
CP -- Code Protect
CP = ON 0x0FF7 Code protection on.
CP = OFF 0x0FFF Code protection off.
MCLRE -- Master Clear Enable bit
MCLRE = OFF 0x0FEF GP3/MCLR pin functions as GP3, MCLR internally tied to VDD.
MCLRE = ON 0x0FFF GP3/MCLR Functions as MCLR.
IOSCFS -- Internal Oscillator Frequency Select bit
IOSCFS = OFF 0x0FDF 4 MHz INTOSC Speed.
IOSCFS = ON 0x0FFF 8 MHz INTOSC Speed.

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.