When a JSR instruction (Jump to Subroutine) or JMP instruction
(Jump) is inserted, the display unit jumps to the subroutine or
label to execute the instruction.
Subroutines and labels have the following differences.
JSR Instruction: Executes a subroutine program
with the given name and moves to the position next to the JSR
instruction in the main logic program.
JMP instruction: Jumps to the label specified in
the JMP instruction and continues to execute the logic program.
Continues program execution without returning to the original JMP
instruction.