Thanks a lot, Robert. I have installed them and they do exactly what I needed. Thanks Darrel...

Now I have a question. I added the RTCC interrupt to the DT-INTS-18 coding by adding a define and the "ifdef" statement (using an 18F67K90). I noticed that after I return from my RTCC_INT handler, the RTCCIF flag bit is cleared, apparently by the INT_RETURN macro. Did I leave out more changes to the DT-INTS-18 code, or are all interrupt flags cleared by INT_RETURN? My work around was to create a copy of RTCCIF and poll it instead.

Clock_Int: 'RTCC ISR
RTCC_IF = 1 'set the interrupt flag copy because macro INT_RETURN clears RTCCIF
@ INT_RETURN

Howard


Quote Originally Posted by Demon View Post
As in chat box,
http://www.picbasic.co.uk/forum/showthread.php?t=19638

Under 18 bit link.

Then DOWNLOAD link at very top.

Links are there.

Robert