Try this... and tell us if it works...

Code:
	TRISIO=%00001000
Loop:	
	High GPIO.2
	Pause 1000
	Low GPIO.2
	Pause 1000
	Goto Loop

	end