
void timer0_ext(void) interrupt 0
{
   result=256*TH0+TL0;
}

void timer0_over(void) interrupt 1
{
   too_big=1;
}
