This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: conditional jump to subroutine in x86 ?


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


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