At 01:52 PM 12/8/97 -0500, you wrote: >At 05:06 PM 12/8/97 +0000, you wrote: >>In a message dated 97-12-07 13:01:59 EST, you write: >> >><< >> In almost all ways, the 16F84 is identical to the 16C84, about the only >> real difference from a programming point of view is the the power up timer >> bit is reversed, aside from that there are only good things, most notably it >> has twice the amount of RAM, a really good thing. TTYL >> >> >> >>The Code protect bit is also reversed! > >Does that mean if I change my assembly file from > > DEVICE PIC16C84,XT_OSC,WDT_OFF,PROTECT_ON >to > DEVICE PIC16C84,XT_OSC,WDT_OFF,PROTECT_OFF > >The 16F84 will be protected? No, the code protect bits are NOT reversed. There are more code protect bits and the codwe protection method is different but the code protect bits are not reversed. Jim Jim