Re: A82: argh.. really dumb question
[Prev][Next][Index][Thread]
Re: A82: argh.. really dumb question
In a message dated 98-10-02 16:00:06 EDT, you write:
> how the hell do i load hl into (hl)?? I know it can be done with ldir and
> shipping data around like that, but ld (hl),hl doesnt work.. hehe. I have
> an array of .dw's that I need to tamper with often, and it would be
> annoying to constantly use ldir. I know theres something really stupid I'm
> forgetting to do...
> ~Kurai
store h into a, then load l into (hl). increment hl and load (hl) with a
~Adamman