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]

conditional jump to subroutine in x86 ?


 Hello everyone,

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 ?
Please help.

enum dis_insn_type
        {
           dis_noninsn, /* Not a valid instruction */
           dis_nonbranch, /* Not a branch instruction */
           dis_branch, /* Unconditional branch */
           dis_condbranch, /* Conditional branch */
           dis_jsr, /* Jump to subroutine */
           dis_condjsr, /* Conditional jump to subroutine */
           dis_dref, /* Data reference instruction */
           dis_dref2 /* Two data references in instruction */
        }

--
Regards,
Sandeep





A candle loses nothing if it is used to light another one!
Regards,
Sandeep





A candle loses nothing if it is used to light another one!


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