hi. does anyone know how to write interrupt routine for real time clock?? kindly post it here. thank you.
unsigned long time=0L; void RTC(void) interrupt ? { time++; } Stefan