conditional branch
In programming, an instruction that directs the computer to another part of the program based on the results of a compare. In the following (simulated) assembly language example, the second line is the conditional branch.
COMPARE FIELDA with FIELDB
GOTO MATCHROUTINE if EQUAL.
Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.
Browse dictionary definitions near conditional branch
Share on Facebook