Returns the start address of the section specified by the term after linking.
Returns the start address of the term section after linking.
Allocates a 4-byte area, and initializes it with the start address of the default section (.text).
To allocate a 4-byte area and initialize it with the start address of the user-defined section (user_text).
To use this operator in conjunction with SIZEOF:
This operator can be specified in combination with SIZEOF by using the binary operator "+". |
For an absolute section, write "_AT" + a section name with an address specified (see ".SECTION", ".CSEG", ".DSEG", and ".ORG"). |