| ??? 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 |
| Topic | Author | Date |
| [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 |



