July 17, 2004

Procedure Call Sequence in C

In this article, I discuss the steps involved in the execution of a function call. For the sake of brevity, I have limited the discussion to Intel x86 platform.

http://articles.manugarg.com/stack.txt

2 comments:

  1. nice overview. perhaps if you get the chance, you could detail how function calls (and system calls) occur on Intel and AMD 64-bit hardware.

    ReplyDelete
  2. Hello Manu,
    Do you have any idea how can we capture function call sequence during execution of a test case?

    regds

    ReplyDelete