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 18:30
Read: times


 
#15083 - RE: Assembler Directives
Apples and oranges
Include will include a file in your file, Extern will allow the linker to link your variable to the definition in another file linked in the project, PUBLIC allow the linker to link the use of the variable in other files (where EXTERN is used) to the file where PUBLICF is used.

Have fun,

Erik

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