#include#define uchar unsigned charuchar dat;void t0isr() interrupt 1{dat++;P0=dat;}main(){TMOD=0x06;TH0=0xff;TL0=0xff;TR0=1;ET0=1;EA=1;while(1);}