6.1 Unconditional Jumps

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>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.27.199