hi,
-i am using bootloader to pragramme my PIC16f877A.
-but,the code i programme to it,i cant get back the result i want.......
-like

define loader user 1
define osc 20

trisA=%00000000

blink:

high porta.1
pause 1000
low porta.1
pause 1000

goto blink

end

-the outcome suppose should be the LED on and off after 1 second
-but, what i get after programme with the bootloader,the LED only on continue....
-can anyone help me with this?(i should not have this problem if i using the programmer to progrmamme the pic.)

thank u