Hi Mike,

In that case, use these settings if you can and remove MCLR resistor;
and if you can, use internal OSC.

Code:
@ DEVICE PIC16F628A, INTRC_OSC
@ DEVICE PIC16F628A, MCLR_OFF
@ DEVICE PIC16F628A, WDT_OFF
@ DEVICE PIC16F628A, PROTECT_OFF
@ DEVICE PIC16F628A, BOD_OFF
@ DEVICE PIC16F628A, CPD_OFF
and, as Charles said, use a cap.


----------------------