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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/01/04 16:08
Read: times


 
#65741 - RE: How does ORG command work?
Responding to: ???'s previous message
when you reset a 8051 CPU it starts looking for a program at address 0000h, so your code should start at 0000h and jump to 8000h to your main code.

interrupt vectors also are rigged to specific address in the lower 32k, so you must take that into account and make jumps at these adresses pointing to the upper 32k.

hth

orlando

List of 13 messages in thread
TopicAuthorDate
How does ORG command work?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
   RE: didnt work            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      You mean uPSD3234A?            01/01/70 00:00      
         RE: You mean uPSD3234A?            01/01/70 00:00      
   RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
      RE: How does ORG command work?            01/01/70 00:00      
         RE: How does ORG command work?            01/01/70 00:00      
            RE: The beloved Keil C51/A51            01/01/70 00:00      
               RE: The beloved Keil C51/A51            01/01/70 00:00      
                  RE: The beloved Keil C51/A51            01/01/70 00:00      

Back to Subject List