Re: A82: argh.. really dumb question


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

Re: A82: argh.. really dumb question




At 01:01 PM 8/25/98 -0700, you wrote:
>		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

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

I do this all da time.


_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_
                      GEORGE of Da Jungle
_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_,.-'^'-.,_


Follow-Ups: References: