Rob Martin wrote: > I know this is rather extensive but I know I must be missing > something fundamental here or something. > .... > Once a signal occurs, the RTCC is started and the program goes back to > sleep > .... > I used Parallax coding (mostly) and assembler to generate the object > file. I also use the Parallax simulator to check to code out and it > does exactly what I think it should do when I step through the > instructions. When I program the 16C71 and put it on the PIC proto > board and change the level on on of the PortB pins, it acts nothing > like I expect ! > > Can somebody HELP ! Sure, Rob, although I normally ignore messages containing code written with Parallax's assembler... The main problem with your code is that you expect RTCC/TMR0 to run while the processor's asleep. It doesn't. There are LOTS of other issues, but they're sorta superfluous when compared to this one. -Andy Andrew Warren - fastfwd@ix.netcom.com Fast Forward Engineering, Vista, California http://www.geocities.com/SiliconValley/2499