   read ADC low byte;
   store into low byte of one 16-bit array element;

   read ADC high byte;
   store into high byte of the same 16-bit array element;

   display the 16-bit array element;