conditional jump to subroutine in x86 ?

Ian Lance Taylor ian@airs.com
Mon Jan 2 03:37:00 GMT 2006


Sandeep Kumar <sandeepksinha@gmail.com> writes:

> This is a piece of code of the dis-asm.h from the /binutils/include/ .
> It has  a type Conditional jump to subroutines.
> Do we have conditional jump to subroutine in x86 ?

No, the x86 does not have conditional call instructions.  Not every
processor has them, but, e.g., ARM and MIPS have them.

Ian



More information about the Binutils mailing list