On the PIC16F688 RC1 & RC2 (and others - see datasheet) are A/D inputs by
default on power-up. Add this to the first section of your code;

ANSEL = 0

That will allow use of these pins as digital.