At 04:47 PM 3/16/01 -0600, you wrote: > >ld hl,(clines) >ld h,0 >add hl,hl ;*32 >add hl,hl >add hl,hl >add hl,hl >add hl,hl >ld a,(lines) >bcall(_divhlbya) >ld a,l >add a,21 > >This right? > > > Dude! That is SO much faster than my way! You might try sla hl rather than add hl,hl.