Re: A83: invert part of screen


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

Re: A83: invert part of screen




Instead of xor $FF, use cpl, it's one byte smaller and does the same thing.

----- Original Message ----- 
From: "Daan {DreAdFaq} Schulpen" <DreAdFaq@gamestats.com>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, January 23, 2000 14:11
Subject: Re: A83: invert part of screen



Try taking Movax's sprite routines, but instead of XORing the sprite against
the byte in PLOTSCREEN, XOR the byte against $FF.
--------------------------------------------------
"Open your eyes, open your mouths,
close your hands and make a fist"
--------------------------------------------------
"Eternity, my friend, is a long
fucking time."
 - Unknown
--------------------------------------------------
DreAdFaq
DreAdFaq@gamestats.com
http://descent.telefragged.com
http://descent.gamestats.com

>Yes, yes I knew that. But I was thinking more of icons
>and the like. So I just have come coordinates that I all
>want to invert...






References: