A83: ld de,hl


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

A83: ld de,hl




is this the only way to do 'ld de,hl'? Seems long to me, for such a simple
thing...

  ld a,h
  ld d,a
  ld a,l
  ld e,a

Arnout
arnout.engelen@beer.com



Follow-Ups: