Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/13/01 20:24
Read: times


 
#17615 - RE: Copying one bit stream to another (faste
<i>
On an 8-bit processor, that doesn't sound like a very good idea! ;-)
</i>

In C, you can rotate multiple bytes. ;-)

unsigned long l_val;

lval >>= 13;


List of 7 messages in thread
TopicAuthorDate
Copying one bit stream to another (faste            01/01/70 00:00      
RE: Copying one bit stream to another (faste            01/01/70 00:00      
RE: Copying one bit stream to another (faste            01/01/70 00:00      
duh - where are you!?            01/01/70 00:00      
RE: duh - where are you!?            01/01/70 00:00      
RE: duh - where are you!?            01/01/70 00:00      
RE: duh - where are you!?            01/01/70 00:00      

Back to Subject List