After thinking a bit more, you should be able to use a single loop.
Code:
for i = 8 to 23
  ADCIN 0, AD[i-8]
next i