The unconditional jumps in a written program in assembler language are specified by the jmp instruction; a jump is to moves the flow of the execution of a program by sending the control to the designated address.
A loop, known also as iteration, is the reappearance of a process a certain number of times until a condition is satisfied.