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 19:33
Read: times


 
#17614 - RE: Copying one bit stream to another (faste
"I have ideas in mind (such as shifting the dest 13 bits left and use bit operations)"

On an 8-bit processor, that doesn't sound like a very good idea! ;-)

"I think there should be better C-solutions."

Unlikely - 'C' has no native support for bit operations!

I think you should look at rotating out of the 1st bitstream into the carry bit, and then rotating that into the 2nd bitstream...

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