__absolute
In this section:
Syntax
See Syntax for object attributes.
Description
The __absolute keyword makes references to the object use absolute addressing.
The following limitations apply:
Only available when the
‑‑ropicompiler option is usedCan only be used on external declarations.
Example
extern __absolute int func1(void);