#include "C8051F040"#define T3RUN {temppage= SFRPAGE;SFRPAGE=0x01;TR3=1;SFRPAGE=temppage;}#define T3STOP {temppage=SFRPAGE;SFRPAGE=0x01;TR3=0;SFRPAGE=temppage;}typedef unsigned int uint;typedef unsigned char uchar;typedef unsigned long ulong;sfr16 RCAP2=0xca;sfr16 RCAP3=0xca;sfr16 RCAP4=0xca