JMP (x86 instruction)

In the x86 assembly language, the JMP instruction performs an unconditional jump.

Such an instruction transfers the flow of execution by changing the program counter.

Example three: Jump to the value stored in the EAX register, only in protected mode.

The JMP (Jump) instruction transfers the program's control to a specified location in the code.

Unlike function calls, it doesn’t save return information.