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

Back to Subject List

Thread Closed: Another thread already exists on this topic

???
01/30/06 17:13
Read: times


 
#108747 - Not quite precise enough!
Responding to: ???'s previous message
Jan Waclawek said:
C_START is a symbol, not a file. It is a symbol in the startup.a51 file.

To be really precise, the C_START symbol is not in the startup.a51 file - it is referenced by the startup.a51 file:
                EXTRN CODE (?C_START)

startup.a51 is the user-customisable part of the C51 startup; the last thing this file does is
                LJMP    ?C_START

                END
The C_START symbol is actually inside the Keil runtime startup stuff.



List of 11 messages in thread
TopicAuthorDate
help on keil            01/01/70 00:00      
   Clean it up, please            01/01/70 00:00      
      startup.a51?            01/01/70 00:00      
   formatted            01/01/70 00:00      
      The linker settings            01/01/70 00:00      
         more precisely            01/01/70 00:00      
            Not quite precise enough!            01/01/70 00:00      
               sorry, prof... :-)            01/01/70 00:00      
            other, free tools            01/01/70 00:00      
   In detail            01/01/70 00:00      
   Start with a simple example            01/01/70 00:00      

Back to Subject List