Set up PORTA as M said and just use banksel command for switching banks if you need to. Use molw b'00010, dont use HEX it gets confusing unless you know it very well. Then set up a delay and use the call funtion.
so:
main
bsf PORTA,1
Call delay
bcf PORTA,1
call delay
Return