<<< Simplified Special Opcode Instructions (not x86!) | Index | Simplified Conditional Jump Instructions (not x86!) >>> |
|
|
Therefore, the CPU will fetch the next instruction from this new target address.
Effectively, the program jumps from the point of the JMP instruction to the instruction at the target address.
The JMP instruction is called an unconditional jump instruction, it always transfers control to the target address.
<<< Simplified Special Opcode Instructions (not x86!) | Index | Simplified Conditional Jump Instructions (not x86!) >>> |