Call Instruction

From SEGGER Wiki
Revision as of 00:30, 18 June 2019 by MartinBaldwin (talk | contribs) (Created page with "Category:Knowledge Base A Call Instruction branches to a subroutine or procedure before ultimately returning to the point from which it was called. This is in contrast to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A Call Instruction branches to a subroutine or procedure before ultimately returning to the point from which it was called.

This is in contrast to a Jump Instruction whereby control does not automatically return to the point from which it was called.