Share via


ALTERNATE_ENTRY (MIPS) (Windows Embedded CE 6.0)

1/5/2010

This macro declares an alternate entry to a routine of type NESTED_ENTRY (MIPS) or LEAF_ENTRY (MIPS).

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 (MIPS) and LEAF_ENTRY (MIPS). If used, an ALTERNATE_ENTRY call must appear in the body of a routine.

See Also

Reference

MIPS Assembler Macros
NESTED_ENTRY (MIPS)
LEAF_ENTRY (MIPS)