Function call procedure

Source: Internet
Author: User

parameter in stack: Press the parameter from right to left into the system stack

Return address into the stack: the next instruction address of the current code area call instruction is pressed into the stack for the function to return to continue execution

Code Area jump: The processor jumps from the current code area to the entrance of the called function

Stack frame adjustment: specifically including
Save current stack frame state value, ready to use (EBP into stack) push EBP when restoring this stack frame later

Switches the current stack frame to the new stack frame. (Load ESP value into EBP, update stack frame bottom) mov ebp,esp
Allocates space for new stack frames. (Put the ESP minus the size of the required space, raising the top of the stack) sub Esp,xxh

Function call procedure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.