
#define SW1 P2_4
#include <8052.h>
void foo(void)
{
  SW1 = 1;
}