Difference between revisions of "Jump Instruction"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Knowledge Base A Jump Instruction is a transfer of control to another program location whereby control does not automatically return to the point from which it wa...")
(No difference)

Revision as of 00:27, 18 June 2019

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.