Branch (computer Science) Article Index for
Branch
Website Links For
Branch
 

Information About

Branch (computer Science)




A branch (or '''jump''' on some Flag , and an ''unconditional branch'' which is always taken.


EXAMPLES

An unconditional branch in Intel assembly language:

jmp 0x00100000

A conditional branch in Intel assembly language:

jz 0x00100000


SEE ALSO