Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->JMP

JMP    Jump

Compatibility: 68000, 68010, 68020 and CPU32 families.


Destination Address -> PC


Assembler Syntax:   JMP <ea>


<ea> - control

Size:  Unsized

Program execution continues at the effective address specified by the instruction.

Condition Codes:

N    Not affected
Z    Not affected
V    Not affected
C    Not affected
X    Not affected

    
Allowable Addressing Modes
    
JMP(An)
JMP(d16,An)
JMP(d8,An,Xn)
JMP(bd,An,Xn) 2
JMP([bd,An,Xn],od) 1
JMP([bd,An],Xn,od) 1
JMP(xxx).W
JMP(xxx).L
JMP(d16,PC)
JMP(d8,PC,Xn)
JMP(bd,PC,Xn) 2
JMP([bd,PC,Xn],od) 1
JMP([bd,PC],Xn,od) 1

1   68020 only
2   68020 and CPU32 only