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
http://articles.manugarg.com/stack.txt
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.
ReplyDeleteHello Manu,
ReplyDeleteDo you have any idea how can we capture function call sequence during execution of a test case?
regds