i think none understands my quetion.i want to run like this code ..
i want both programes to run apart from each other its just example so i can write my programe like this plz help
Code:
main:   ' i wa]nt this led to blink  forever without any other delay or stops
high led
pause 100    
low led
pause 100
goto main

loop: ' and i want this led1 to blink without any other delay or stop
high led1
pause 2000
low led1
pause 200
goto loop