jump instruction
2.But a program is not invariably executed sequentially; it may jump around (e.g., the IAS jump instruction).
5.An instruction that causes the program to branch from the mainline program to the starting address of a subroutine. Before the jump, a return address in the mainline program must be pushed onto the stack.

