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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/06/02 07:44
Read: times


 
#26790 - RE: [Keil C51] procedure gorup code location
Hi Maziar,
functions cannot be located at an absolute address by the _at_ keyword.
To locate procedures at an fix place in code memory is necessary to use CODE control of the BL51 linker.

You can also use wildcards in BL51 v5.00 (I am not sure for erlier versions) such way:

BL51 myfile.obj CODE (?PR?*?myfile (0x1000))

Read Keil User's Guides for more detail.

Vaclav

List of 6 messages in thread
TopicAuthorDate
[Keil C51] procedure gorup code location            01/01/70 00:00      
RE: [Keil C51] procedure gorup code location            01/01/70 00:00      
RE: [Keil C51] procedure gorup code location            01/01/70 00:00      
RE: [Keil C51] procedure gorup code location            01/01/70 00:00      
RE: to Jon Ward            01/01/70 00:00      
RE: to Jon Ward            01/01/70 00:00      

Back to Subject List