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...")
 
m
 
Line 2: Line 2:
 
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.
 
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.
+
This is in contrast to a [[Call Instruction]] where control does automatically return to to the point from which it was called.

Latest revision as of 00:30, 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.