Jump Instruction

From SEGGER Wiki
Jump to: navigation, search

A Jump Instruction is a transfer of control to another program location whereby control does not automatically return to the point from which it was called.

This is in contrast to a Call Instruction where control does automatically return to to the point from which it was called.