|
Atari coding BBS
Re: 5-bit C2P? |
Posted by: ray
|
Jan,15.2006-02:08
|
hi peter,
rather try using a scratch register to mask out your pixels' 3MSBs like,
move.l #$1f1f1f1f,d7
and.l d7,d0
and.l d7,d1
and.l d7,d2
and.l d7,d3
at least if you can make up a free data reg at that point of the c2p...this should be significantly faster.
regards,
ray
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|