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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/07/12 00:48
Read: times


 
#187876 - Read-up on...
Responding to: ???'s previous message
Erik Malund said:
linker, extern, entry

Also, PUBLIC.

The concept of "exporting" symbols as "Public" for use by other modules, and "importing" symbols from other modules is really fundamental to any serious programming in any language - so it is well worth the investment to spend time studying & getting to grips with it now before you proceed further.

It is the job of the Linker to join-up the "external" declarations with the "public" definitions.

Look at the diagram here of how the tools interact: http://www.keil.com/c51/devproc.asp

http://www.keil.com/support/m...public.htm
http://www.keil.com/support/m...extern.htm
http://www.keil.com/support/m..._extrn.htm



List of 8 messages in thread
TopicAuthorDate
multiple asm files in a 8051 project using keil            01/01/70 00:00      
   multiple asm files in a 8051 project using keil            01/01/70 00:00      
      read up on            01/01/70 00:00      
         Read-up on...            01/01/70 00:00      
   $include should work             01/01/70 00:00      
      should work, but...            01/01/70 00:00      
         Single assembly is not unreasonable            01/01/70 00:00      
   Keil example            01/01/70 00:00      

Back to Subject List