Add another PAUSE 100 to your test loop so you can see it go low.
Code:
loop1:
portb.2 = 1
pause 100
portb.2 = 0
PAUSE 100
goto loop1