
Jump Instructions and
Subroutine Programming
Chapter 11
118
enables a subroutine to call itself or loop. This will be explained in Section
11.3.3.
Instruction overview:
Output instruction
Must always jump from main program into subroutine area or from one
subroutine to another
Can jump 1 or more times to the label with the same identification
number
Uses 1 word of memory
Figure 11.7
JUMPTOSUBROUTINE
Format
|| (
JSR )
XX
XX = Octal Identification Number
Komentarze do niniejszej Instrukcji