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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/12/03 15:34
Read: times


 
#38881 - RE: linking the bmp files.
Responding to: ???'s previous message
Seema:
If you use the include file approach as I suggested you can then let the compiler/linker (or use assembler if you prefer) either determine the location for you via a relocatable label or you can use the compiler AT keyword (ORG in assembler) to force the array of data to a specific address.

I actually cannot see any particular reason that you would want to hard code the data table address though. It seems to me that using just a variable name makes the code a whole lot easier to manage and support.

Michael Karas


List of 6 messages in thread
TopicAuthorDate
linking the bmp files.            01/01/70 00:00      
   RE: linking the bmp files.            01/01/70 00:00      
      RE: linking the bmp files.            01/01/70 00:00      
         RE: linking the bmp files.            01/01/70 00:00      
            RE: linking the bmp files.            01/01/70 00:00      
   RE: linking the bmp files.            01/01/70 00:00      

Back to Subject List