This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Convention about jump ?


Hi,

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 ?
Where can I find a paper which tell about that ?


Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]