In an unconditional jump, the jump is always taken. TheĀ jmp instruction tells the CPU to execute code at a different memory address. This is similar to theĀ goto statement in the C programming language. When the following instruction is executed, the control is transferred to the jump address, and the execution starts from there:
jmp <jump address>