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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/20/01 19:30
Read: times


 
#15087 - RE: Assembler Directives
INCLUDE is to do with source files - it is the equivalent of #include in 'C'; it effectively 'pastes' the entire text of one file verbatim into another

EXTERN and PUBLIC are to do with symbols:

PUBLIC lets other modules "see" a symbol from the defining module;

EXTERN is used in the other module(s) to say, "this comes from somewhere else"

The Linker "joins-up" the EXTERN references to their PUBLIC definitions or, if it can't, gives you the "reference to undefined symbol" error!

List of 12 messages in thread
TopicAuthorDate
Assembler Directives            01/01/70 00:00      
RE: Assembler Directives            01/01/70 00:00      
RE: Assembler Directives, more            01/01/70 00:00      
RE: Assembler Directives            01/01/70 00:00      
RE: Assembler Directives:a tip            01/01/70 00:00      
RE: Assembler Directives:another tip            01/01/70 00:00      
RE: Assembler Directives            01/01/70 00:00      
RE: Assembler Directives - sanjeev            01/01/70 00:00      
Code for set SP???            01/01/70 00:00      
RE: Assembler Directives - Andy            01/01/70 00:00      
RE: Assembler Directives - sanjeev            01/01/70 00:00      
RE: Assembler Directives:a tip            01/01/70 00:00      

Back to Subject List