I haven't checked this out to be totally sure, but my guess is that if you look at the memory map in the datasheet, you will find CCPR2H and CMCON the same number of spaces down, ie, same place, different page. Just a guess. Josh -- A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. -Douglas Adams cdb wrote: > Now in the program memory window under the MACHINE tab we get > > Addr OPCODE DISS > 003F 0185 CLRF 0x5 > 0040 0186 CLRF 0x6 > 0041 1683 bsf 0x3, 0x5 > 0042 3007 movlw 0x7 > 0043 009c movwf 0x1c > 0044 009f movwf 0x1f > 0045 1283 bcf 0x3, 0x5 > > So far so good! > However if the SYMBOLIC tab is clicked at addresses 0043 and 44 > > the disassembly is > > 009c movwf CCPR2H > 009f movwf ADCON0 -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads