ALTERNATE_ENTRY (SH-4)
9/7/2007
This macro declares an alternate entry to a routine of type NESTED_ENTRY (SH-4) or LEAF_ENTRY (SH-4).
Syntax
ALTERNATE_ENTRY Name[,
[Section=]SectionName]
Parameters
- Name
Name is the entry point and is in the global name space.
- SectionName
SectionName is the name of the section in which the entry will appear; see Remarks.
Return Values
None.
Remarks
The ALTERNATE_ENTRY macro does not use the SectionName parameter. The parameter is accepted and ignored for consistency with NESTED_ENTRY and LEAF_ENTRY.
If used, an ALTERNATE_ENTRY call must appear in the body of a routine.