Re: A86: ldir & lddr scrolling


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

Re: A86: ldir & lddr scrolling





>Thanks, that will help me alot!


Be sure to work backwards  ($FFFF instead of $FC00) when using LDDR!

Like

ld hl, $FFFF
ld de,$FFF0
ld bc, 1024 - 16
lddr

and try...

ld hl, $FC00
ld de, $FC0F
ld bc, 1024 - 16
ldir

If that doesnt work, be sure to smack me

Later,
    Matt