ld a,(hl) inc hl ld h,(hl) ld l,a > Equivalent to > ld hl, (hl) > > I believe it is also called _ldhlind > > But then, I don't know what the heck I'm talking about, so... > > > > Jeanne9005@aol.com wrote: > > > > What does this do? > > > > Glen > > tutorial1.cjb.net > > > > In a message dated 11/28/99 6:53:04 PM Eastern Standard Time, > > rabidcow@juno.com writes: > > > > << call _ldhlhl >> > >