JackPollack;

If you are working with PBP and the 16F88, I believe you need to put

OSCCON = $60

in your code to get the internal clock to run at 4MHz instead of 32kHz. If you do not put this in your code or if you do not tell PBP that you are running at 32kHz instead of the default 4MHz, then a Pause 1000 really equals =

1 second * 4,000,000/32,000 = 125 seconds!

Since you start with the portb.1 low, did you wait over two minutes to see if your light came on? Good Luck,

Paul Borgmeier
Salt Lake City, Utah
USA