

#include <p89v51rx2.h>

main()
{
 while (1)
     {
      P0=0;P1=0;P2=0;
     };
}
