<<< Simplified Special Opcode Instructions (not x86!)     Index     Simplified Conditional Jump Instructions (not x86!) >>>

25. Simplified Jump Instructions (not x86!)


  • There are seven jump instructions in the simplified x86 instruction set. They all take the following form:

            jxx address
    
  • The JMP instruction copies the 16-bit value (address) following the opcode into the IP register.

  • Imaginary jump instruction encodings:

      Jump Instruction Encodings

<<< Simplified Special Opcode Instructions (not x86!)     Index     Simplified Conditional Jump Instructions (not x86!) >>>