Share via


ARM Prolog and Epilog (Windows CE 5.0)

Send Feedback

ARM prolog and epilog code segments are required to implement Structured Exception Handling (SEH) for ARM microprocessors. The ARM prolog is a code segment that sets up the stack frame for a routine. The epilog removes the routine frame and returns from the routine.

For more information about SEH for device compilers, see SEH in RISC Environments.

See Also

ARM Calling Sequence Specification | ARM Prolog | ARM Epilog | THUMB Prolog | THUMB Epilog

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.