
sbit    OUTPUT_PIN1=P1^1;

void main (void)
{
...
..
for (;;)
 {
 ...
 OUTPUT_PIN1=1;
 ...
 ...
 }