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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/07/04 20:37
Read: times


 
#82720 - multibyte rotate
Responding to: ???'s previous message
e.g.most significant in r0, middle significant in b, least significant in a


loop:
clr c
rlc a
xch a,b
rlc a
xch a,b
xch a,r0
rlc a
xch a,r0

repeat from loop

Erik



List of 8 messages in thread
TopicAuthorDate
24bit /8bit long division            01/01/70 00:00      
   24bit /8bit long division            01/01/70 00:00      
      How about rotate left?            01/01/70 00:00      
         multibyte rotate            01/01/70 00:00      
            Compact code            01/01/70 00:00      
               Rotate in hardware.            01/01/70 00:00      
         Yes, that's better            01/01/70 00:00      
            Some other suggestions            01/01/70 00:00      

Back to Subject List