Just a guess...
This makes the ADC right justified
Code:
ADCON1=%10000010 '?? Setup to read analog inputs
This will make it left justified. Left justified is "normal"for 8 bit.
Code:
ADCON1=%00000010