Re: A83: Errors


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

Re: A83: Errors



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

Follow-Ups: