• 0

conditional vs unconditional branches


Question

8 answers to this question

Recommended Posts

  • 0

I'm 99% sure that branches and jumps are the same (at least for x86 assembly they are). An unconditional jump/branch means "jump always". A conditional jump/branch only jumps on certain conditions. For example, you may have "jump if A is 0". If A is not 0, execution just continues after the next instruction.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.