3.5.22 How Do I Know What Value Has Been Programmed in the Configuration Bits or ID Location?
Check the assembly list file for the output of the #pragma
config
directives. You will see the numerical value programmed to the
appropriate locations. In the following example, the configuration value programmed is
0x1F. A breakdown of what this value means is also printed in this file.
;Config register CONFIG2H @ 0x300003
; Watchdog Timer Enable bit
; ...
; WDTPS = 0xF, unprogrammed default
psect config
org 3145731
db 31