[A89] Re: filling ellipses


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

[A89] Re: filling ellipses




I don't know ANY asm. (wish i did, though)  The problem is, I'm not sure if this can be very fast
in C scanning.  I'm going to try it, though.  (you only have to do a quarter of it anyway)
jeff

--- T J <comfortably_numb_@hotmail.com> wrote:
> 
> lea $4c00,a0
> lea VS,a1
> move.w #2999,d0
> xorloop:
> eor.b (a1)+,(a0)+
> dbra d0,xorloop
> 
> This is kinda what I was thinking about.  A question, though: how do you XOR 
> the VS onto the
> LCD_MEM?  (I've never tried anything with a VS before)
> jeffrey
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



References: