JMP Instruction



JMP (JuMP) is used to move the program control to an effective address. It really works as MOVE.L xxx,PC, since it changes the program counter to an effective address (calculated).

ADDRESS METHODS: (An), x(An), x(An,xr.s), x.w, x.l, x(PC), x(PC,xr.s)

DATA LENGTH: N/A

FLAGS: Unaffected

SYNTAX: JMP <ea>

EXAMPLE CODE:

   JMP    address