Re: A89: roxd
[Prev][Next][Index][Thread]
Re: A89: roxd
I would also recommend everybody to get the programmers reference from motorola.
Then you can check stuff like this up directly instead of asking the list :)
happy coding!
//Olle
Dux Gregis wrote:
>
> great! that's what I was hoping :-) you can only rotate a word though?
> well, it's still very nice
>
> >
> >roxl and roxr copys the xextend bit into zero.
> >and it is what you should use to scroll.
> >the best way to use it should be a roxr.w (a0)+ (you can only work on words
> >directly in memory)
> >(and ofcourse roxl.w -(a0) to scroll in the other direction)
> >
> >//Olle
> >
> >Dux Gregis wrote:
> >>
> >> how do roxl and roxr work?
> >>
> >> what does, say, roxl copy into bit zero? the highest bit or the previous
> >> extend bit?
> >>
> >> if it doesn't copy the extend bit, but instead copies the highest bit
> into
> >> the lowest bit like rol, what would be a fast way to scroll the whole
> screen
> >> right or left?
References: