Jump Instruction

From SEGGER Knowledge Base
Jump to navigation Jump to 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.