<<< | Index | Jump Instructions >>> |
Program logic becomes more complex over time.
Checking various conditions may require jumps, that is, transferring control of the execution to places that handle outcomes of specific condition.
A program may need to repeat a sequence of instructions a few times.
Repeating an action until a specific condition is reachedis known as a loop.
<<< | Index | Jump Instructions >>> |