#if( __C51__==623 )
// Code tested with C51 v6.23
ES   =   0; // Disable interrupts 
ACC  = 'M'; 
TB8  =  ~P; 
SBUF = 'M'; 
#else
#error Code not tested with this compiler version!
#endif 