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 mother’s and father’s attitudes toward the child correspond to the child’s own needs.... Mother has the function of making him secure in life, father has the function of teaching him, guiding him to cope with those problems with which the particular society the child has been born into confronts him.
    Erich Fromm (1900–1980)

    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)