NESTED_ENTRY (MIPS)
9/7/2007
This macro declares the beginning of a routine that has an existing frame or that creates a stack frame.
Syntax
NESTED_ENTRY Name[,[Section=]SectionName]
Parameters
- Name
Name is the routine name and is in the global name space.
- SectionName
SectionName is the name of the section in which the entry will appear; it is optional and defaults to. text.
Return Values
None.
Remarks
A NESTED_ENTRY must have an associated PROLOGUE_END.