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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/06 21:32
Read: times


 
#106643 - both the document and you are right: mor
Responding to: ???'s previous message
MOV R1, #22H ; set R1 to point at DATA address 22H
Now I'm truly a noob here, but doesn't this actually mean: set R1 to the value 22H (0x22H)?


both the document and you are right:

MOV R1, #22H ; set R1 to the value 22H so that if it is used as a pointer ( mov a,@r1) it point at DATA address 22H; Likewise, if it is used for external data it will contain (be part of the pointer to) the lower byte of the address.

Erik



List of 18 messages in thread
TopicAuthorDate
decision            01/01/70 00:00      
   well            01/01/70 00:00      
      processor            01/01/70 00:00      
         I'd use a SILabs f0xx, f1xx or f2xx            01/01/70 00:00      
            decisions...            01/01/70 00:00      
               I'm a BASCOM user            01/01/70 00:00      
                  do what I say but not what I do            01/01/70 00:00      
      c for 8052            01/01/70 00:00      
         I would suggest            01/01/70 00:00      
         80c51 C and Asm            01/01/70 00:00      
         Code space            01/01/70 00:00      
         C Programming links            01/01/70 00:00      
            query about the_final_word            01/01/70 00:00      
               both the document and you are right: mor            01/01/70 00:00      
                  so it's my noob showing            01/01/70 00:00      
               Yours is more precise!            01/01/70 00:00      
   Take a look at this            01/01/70 00:00      
      good link            01/01/70 00:00      

Back to Subject List