Function Prologue

In assembly language programming, the function prologue is a few lines of code at the beginning of a function, which prepare the stack and registers for use within the function. Similarly, the function epilogue appears at the end of the function, and restores the stack and registers to the state they were in before the function was called.

The prologue and epilogue are not a part of the assembly language itself; they represent a convention used by assembly language programmers, and compilers of many higher-level languages. They are fairly rigid, having the same form in each function.

Sometimes, function prologue and epilogue contain also buffer overflow protection code.

Read more about Function Prologue:  Prologue, Epilogue, Further Reading

Famous quotes containing the words function and/or prologue:

    ... the function of art is to do more than tell it like it is—it’s to imagine what is possible.
    bell hooks (b. c. 1955)

    A popular Government, without popular information, or the means of acquiring it, is but a Prologue to a Farce or a Tragedy.
    James Madison (1751–1836)