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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/11/02 11:48
Read: times


 
#22857 - RE: Keil C51: Absolute code-address
Hi Markus,

simple tell the linker on which location a certain object should be placed.
E.g. I want always to place a version string on the address 0100h, so I can easy identify any hex-file. And the linker directive was the following:

CO (0000H, ?CO?VERSION(0100H))

Thats all.

Peter



List of 6 messages in thread
TopicAuthorDate
Keil C51: Absolute code-address            01/01/70 00:00      
RE: Keil C51: Absolute code-address            01/01/70 00:00      
RE: Keil C51: Absolute code-address            01/01/70 00:00      
RE: Keil C51: Absolute code-address            01/01/70 00:00      
RE: Keil C51: Absolute code-address            01/01/70 00:00      
RE: Keil C51: Absolute code-address            01/01/70 00:00      

Back to Subject List