Having trouble gettin the PIC to understand that I want GPIO.0 and GPIO.1 set as inputs, when receiving a 5v signal on either port to execute accordingly. Instead it sits there and does nothing, I think it is in the registers.

define OSC 4 'Set oscillator (clk) to 4MHz
GPIO = %00001000 'High/Low
TRISIO = %00101011 'Input/Output
ANSEL = %00110000
CMCON0 = %00000000
CCP1CON = %00000000
VRCON = %00000000

'ADCON0 = %00000000
'OPTION_REG = %0
'WPU = %00000011

only common points these two pins share is serial programmer, and comparator inputs, and convienently the comparator ouput pin as an output works just fine!