JSR
Updated: 04/26/2017 by Computer Hope
JSR (Jump to SubRoutine) is an assembly language instruction in a program to re-use a section of code (subroutine) by branching the operation and later return. It is functionally equivalent to the GOTO statement found in some programming languages.
Computer acronyms, Programming language, Programming terms, TLA