This is for the 12F675 using internal OSC
Code:
DEFINE OSC 4

ANSEL=%00000000
CMCON=7

LOOP:
HIGH GPIO.4
PAUSE 20
LOW GPIO.4
PAUSE 95

GOTO LOOP