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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/28/04 16:05
Read: times


 
#75041 - The Linkers Job
Responding to: ???'s previous message
Sandeep Gupta said:
Now our team leader told: that is not possible due to we are using C51 and in this we don't have any command where to store the data or memory location.

Although it is true that you can't do this in the 'C' programming language with a 'C' Compiler (any 'C' compiler), it is not true that your only option is to turn to assembler.

Allocating storage for code & data to specific addresses is the Linker's job [1] - and Oleg has already given you some starters

You will, of course, need to read the Linker Manual...!


[1] Strictly, it's the Locator's job - but most so-called "Linkers" today combine the functions of both (they are Linker-Locators).

List of 4 messages in thread
TopicAuthorDate
program part for 89C52 or 89C51            01/01/70 00:00      
   RE: program part for 89C52 or 89C51            01/01/70 00:00      
   RE: program part for 89C52 or 89C51            01/01/70 00:00      
   The Linkers Job            01/01/70 00:00      

Back to Subject List