LEAF_ENTRY (MIPS) (Windows Embedded CE 6.0)
1/5/2010
This macro declares the beginning of a routine that does not require any prolog code.
Syntax
LEAF_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 LEAF_ENTRY must have an associated PROLOGUE_END.
See Also
Reference
MIPS Assembler Macros
NESTED_ENTRY (MIPS)
EXCEPTION_HANDLER (MIPS)
PROLOGUE_END