| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Thu, 4 Feb 1999 03:54:22 +0100 |
| From: | anarko <anarko AT flashback DOT net> |
| X-Mailer: | The Bat! (v1.19) S/N 9FA473A9 |
| X-Priority: | 3 (Normal) |
| Message-ID: | <8162.990204@flashback.net> |
| To: | Daniel Reed <djgpp AT delorie DOT com> |
| Subject: | Re[4]: what is wrong with this? |
| References: | <Pine DOT LNX DOT 4 DOT 05 DOT 9902032034410 DOT 31847-100000 AT narnia DOT n DOT ml DOT org> |
| Mime-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
Hi Daniel, torsdag, den 4 februari 1999, you wrote: > On Wed, 3 Feb 1999, anarko wrote: > ) #define RBIT(c,b) ((uchar) (c >> (1+b)) << (1+b)) | ((uchar) (c << (8-b)) >> (8-b)) > ) #define SBIT(c,b,b2) (((uchar) (c << (8-b))) >> (8-b)) | (((uchar) (c >> (1+b))) << (1+b)) | b2 > Damn, if I understand what you want to do, you took an insanely > complicated route to do it. hehe guess i did, thanks for your code :) /anarko <anarko AT flashback DOT net>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |