Share via


MIPS Prolog and Epilog (Windows CE 5.0)

Send Feedback

Prolog and epilog code segments are required to implement SEH for MIPS microprocessors. For more information, see SEH in RISC Environments.

The MIPS prolog contains code that sets up the stack frame for a routine, and the epilog contains the code that removes the routine's frame and then returns to the calling function. The MIPS compiler generates prolog and epilog code to perform these tasks, but you must write the prolog and epilog code for any assembly code functions that you write.

See Also

MIPS Assembler Macros | MIPS Prolog | MIPS Epilog

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.