Right/left justifications A/D conversion

Hi guys, can someone please explain what exactly right and left justifications are for A/D conversion in the ADCON2 register?

  • up

    Kenny Kim

    Because ADC is a 10-bit result stored in two 8-bit registers, left/right justification decides if you store the 8 MSBs in ADRESH (left justified, I believe), or if you store the 8 LSBs in ADRESL (right justified)