;assuming A=number of element (any clr acc.7 needed is performed already etc.)
   mov   b,#3   ;3 bytes per table element
   mul   ab
   mov   dpl,a
   mov   a,b
   add   a,#HIGH(Table)
   mov   dph,a
   mov   a,#LOW(Table)
   jmp   @a+dptr