| ??? 02/14/01 13:54 Read: times |
#9313 - RE: use of multiply in large data arrays |
Could be the answer to FAST access, never. Just look at it, to find entry n:
mov count,n loop: 16 bit add to bypass data load DPH load DPL movx mov a, save movx mov dpl,a mov dph,save djnz count,loop !!!!!!!!!!!!!!!!!!! In contrast, an array of pointers 16bit add n to array base load dph load dpl movx mov save,a movx mov dpl,a mov dph,savw movx movx and you have the array address Now go gargle Erik |



