33.1.7 Result Formatting
The ADC Results Format/Alignment Selection (FM) and the ADC Input Configuration (IC) bits are used to determine the format and alignment of the conversion result.
When IC = ‘0’ and FM = ‘x0’, the conversion result is
            left justified, as shown in Figure 33-3.
0, FM =
                    x0When IC = ‘0’ and FM = ‘x1’, the conversion result is
            right justified, as shown in Figure 33-4.
0, FM = x1When IC = ‘1’ and FM = ‘00’, the conversion result is
            in left justified alignment and Two’s Complement format, as shown in Figure 33-5.
1, FM =
                    00When IC = ‘1’ and FM = ‘01’, the conversion result is
            in right justified alignment and Two’s Complement format, as shown in Figure 33-6.
1, FM =
                    01When IC = ‘1’ and FM = ‘10’, the conversion result is
            in left justified alignment and sign/magnitude format, as shown in Figure 33-7.
1, FM =
                    10When IC = ‘1’ and FM = ‘11’, the conversion result is
            in right justified alignment and sign/magnitude format, as shown in Figure 33-8.
1, FM =
                    1100 or
                    10 will be shifted left three places.