
;index is in a

	mov	b,#7		;Multiply index by 7
	mul	a,b
	add	a,#low(asc32)	;low byte offset
	mov	dpl,a
	mov	a,b
	adc	a,#high(asc32)	;high byte offset
	mov	dph,a

;Now dptr points to the appropriate field.
