Jump Instruction

From SEGGER Wiki
Revision as of 00:30, 18 June 2019 by MartinBaldwin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.