tags:

views:

20

answers:

1

Hi! Does anybody know where relatively to the frame pointer is the return address of the function? Is there a difference between windows and unix?

thanks :)

+2  A: 

It strongly depends on the architecture, compiler, etc.

Try dissasembling some toy programs and find out (see objdump in linux)

Tom