MIPS Assembler Macros (Windows CE 5.0)

Send Feedback

Assembler-level macros isolate the programmer from the details of assembler directives.

The following table shows the macros defined for MIPS microprocessors.

Macro Description
ALTERNATE_ENTRY (MIPS) Declares an alternate entry to a routine
EXCEPTION_HANDLER (MIPS) Associates a named exception handler with the subsequent NESTED_ENTRY
LEAF_ENTRY (MIPS) Declares the beginning of a routine that does not require any prolog code
NESTED_ENTRY (MIPS) Declares the beginning of a routine that either has an existing stack frame or creates a new stack frame
PROLOGUE_END Marks the end of the prolog area

See Also

MIPS Calling Sequence Specification

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.