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

Back to Subject List

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


 
#68851 - Rotating 32 bytes on 89c51 through C
I need to rotate bits from addr 20h to 2fh which is
bit addressable locations through carry register.

Byte addr of 20h is equal to bit addr of 00h
mov c,00h ; is working
but
mov r0,#00h
mov c,@r0 ; it is not working
inc r0 ; to the next bit addr

Is there any simple way of doing this.
Thank you in advance.
Kurnia Brahmana





List of 9 messages in thread
TopicAuthorDate
Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
   RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
      RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
      RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
   RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
      RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
         RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
            RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      
   RE: Rotating 32 bytes on 89c51 through C            01/01/70 00:00      

Back to Subject List