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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/06/05 18:43
Read: times


 
#93135 - 87C52 startup $
Responding to: ???'s previous message
In regards to how its linked, if I understand your question correctly, I'm using the SDCC compiler and invoking it with the following command line

sdcc --code-loc 0x0000 --stack-after-data --xram-loc 0x8000 -I
c:sdccinclude J1.c

meaning
--------
rom starts at 0
ram starts at 0x8000
stack is above data
sdcc libarary is linked to J1.ihx

If there is another command needed I will appreciate hearing it.

Thanks Jim

List of 17 messages in thread
TopicAuthorDate
87C52 startup ??            01/01/70 00:00      
   it is NOT EA            01/01/70 00:00      
      87C52 startup $            01/01/70 00:00      
         if you do right, you can safely think wr            01/01/70 00:00      
            87C52 startup $            01/01/70 00:00      
               This is garbage            01/01/70 00:00      
                  87C52 startup $            01/01/70 00:00      
                     makes total sense            01/01/70 00:00      
                        NOW            01/01/70 00:00      
               Err.            01/01/70 00:00      
                  neither do we            01/01/70 00:00      
                     so how is it linked then ?            01/01/70 00:00      
                        it is usually in a library            01/01/70 00:00      
   87C52 startup $            01/01/70 00:00      
   87C52 startup $            01/01/70 00:00      
      What's the app called ?            01/01/70 00:00      
         sdcc call            01/01/70 00:00      

Back to Subject List