Hello, Is there an argument I can pass to gcc so it produces code that contains only absolute (preferably far) jumps, instead of relative? Is there a flag with which I can tell gcc to generate relative jumps in implementing loops, or other activity that goes on inside a function, but always produce absolute jumps or calls to other functions ? Thanks, Kristis