Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->JSR

JSR    Jump to Subroutine


Assembler Syntax:   JSR <ea>



Size:  Unsized

Push address of instruction following the JSR instruction onto stack.  Program execution then continues at the address specified in the instruction.

Condition Codes:

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


    
Allowable Addressing Modes
    
(An)
(d16,An)
(d8,An,Xn)
(xxx).W
(xxx).L
(d16,PC)
(d8,PC,Xn)