ldir? ld hl,$xxxx ;xxxx is a 16 bit address ld de,$xxxx ;same ld b,$xx ;number of bytes to copy ldir ;copy the bytes from hl to hl+b => de to de+b