void call() interrupt 4 
{ 
if(RI) 
{ 
   P1=SBUF; 
   RI=0; 
}
if (TI)
   TI=0; 
}