Code:
loop:
high portb.0
pause 500
low portb.0
pause 500
goto loop
try that.