Re: A85: Scrolling


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

Re: A85: Scrolling




>You can do the same to scroll right just swap some numbers:
>
>ld de,FC01
>ld hl,FC00
>ld bc,1023
>ldir

This wont work. The LDIR will do the following:

(FC01)=(FC00)
(FC02)=(FC01)=(FC00)
(FC03)=(FC02)=(FC01)=(FC00)
.
.
.

You have to use LDDR and start at the end of the disp. mem, to make it
work.

Dines


__________________________________________

Dines Justesen
Email: c958362@student.dtu.dk
WWW  : http://www.student.dtu.dk/~c958362/
__________________________________________


Follow-Ups: