Program counter

From SEGGER Wiki
Revision as of 16:22, 16 June 2019 by Rolf (talk | contribs) (Created page with "The Program counter is an essential part of a CPU. It holds the address of the next instruction to be fetched and executed. The use of the expression Program Counter (abreviat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Program counter is an essential part of a CPU. It holds the address of the next instruction to be fetched and executed. The use of the expression Program Counter (abreviated PC) is very common and used by almost all Processor designers. However, in some architectures such as x86, the term "Instruction Pointer" (IP) is used to describe the exact same thing.