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

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

Post a Comment

Popular posts from this blog

Comfort and Bliss, In the lap of Himalayas

Defeating Firewalls: Sneaking Into Office Computers From Home

Tail'ing in Python