Hi Bart,

I assume you're using the "old" PBC since you use Poke. If you use PBP you can write "CMCON = $07", it does the same thing but is much easier to read.

If you look at Table 2-1(on page 9 in my datasheet) you can see a column on the right side that's called "Value on POR Reset". That's your overview, for more details you need to check each register. "CMCON" is listed in chapter 6.0(page 33 in my datasheet). There you'll find a description of what each bit does to your PIC, also if it's read/writeable and POR/"default" value.

/Ingvar