void zhengduan() interrupt4{uint recieveDATE;recieveDATE=SBUF;RI=0;
```c
```SBUF=recieveDATE;while(!TI);TI=0;}
interrupt4interrupt 4中间有空格