Re: A83: call _ldhlind


[Prev][Next][Index][Thread]

Re: A83: call _ldhlind




_ldhlind is like saying

ld h,(hl)
inc hl
ld l,(hl)

except that doesn't actually work because hl is altered. but what it
does is load hl with (hl).


References: