Search found 1 match

by SerErris
Sat Nov 26, 2022 2:55 pm
Forum: General Z80 Programming
Topic: How is LDIR affecting memory?
Replies: 5
Views: 6199

Re: How is LDIR affecting memory?

I think your understanding is still wrong. So can I conclude that when r is HL or DE, INC r actually increases the value in (HL)/(DE), not the value in HL/DE? No that is actually wrong. LDIR does the exact same as this piece of code: ;copy &100 Bytes from &4000 -> &8000 LD BC,&100 ; ...

Go to advanced search