...
}break;
}break;
}
}
void timer0_int() interrupt 1 using 1
{
uchar c;
TL0=(65536-1000)%256; //中断时间是10ms
TH0=(65536-1000)/256;
TR0=1;
count++;
if(count==35)
{
count=0;
now.second...