4.3 JUMPS, LOOPS AND PROCEDURES THE UNCONDITIONAL JUMPS IN A WRITTEN...

3.4.3 Jumps, loops and procedures

The unconditional jumps in a written program in assembler language are given

by the jmp instruction; a jump is to moves the flow of the execution of

a program by sending the control to the indicated address.

A loop, known also as iteration, is the repetition of a process a certain

number of times until a condition is fulfilled. These loops are used

4 Assembler language Instructions

Table of Contents