Antoine Eiche wrote:
I would like to know if it exists a convention about the assembly generation of jump statement. More precisely, I would like to know if it's possible to find a jump which jumps to another function (the address of the jump is not an address which belongs of the current function) . I think we can write this kind of jump in assembly. But, does Gcc product this kind of jump ?
Yes, for sibcalls. What's the problem? Andrew.