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

Back to Subject List

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


 
#41948 - RE: Is the accumulator bit addressable
Responding to: ???'s previous message
Jenny,

In the "Links" section you will find links to the 8051 "bible" (there are 3 books). This contains a lot of information you need and that the datasheets don't usually tell.

The syntax of the operation depends on what operation you want to perform and whether you're writing in ASM or C. Generally speaking, in ASM you can access a bit in the accumulator with ACC.x, where x is the number of the bit (0..7).

Hope this helps.

Regards,
Rob.

List of 12 messages in thread
TopicAuthorDate
Is the accumulator bit addressable            01/01/70 00:00      
   RE: Is the accumulator bit addressable            01/01/70 00:00      
   RE: Is the accumulator bit addressable            01/01/70 00:00      
      RE: Is the accumulator bit addressable            01/01/70 00:00      
   RE: Is the accumulator bit addressable            01/01/70 00:00      
      RE: Is the accumulator bit addressable            01/01/70 00:00      
   RE: Is the accumulator bit addressable            01/01/70 00:00      
   RE: Is the accumulator bit addressable            01/01/70 00:00      
      RE: Is the accumulator bit addressable            01/01/70 00:00      
         RE: Is the accumulator bit addressable            01/01/70 00:00      
            RE: Is the accumulator bit addressable            01/01/70 00:00      
               RE: Embedded C Programmers            01/01/70 00:00      

Back to Subject List