Difference between revisions of "Program counter"

From SEGGER Wiki
Jump to: navigation, search
(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...")
 
m
 
Line 1: Line 1:
  +
[[Category:Knowledge Base]]
 
The Program counter is an essential part of a CPU. It holds the address of the next instruction to be fetched and executed.
 
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.
 
The use of the expression Program Counter (abreviated PC) is very common and used by almost all Processor designers.

Latest revision as of 18:54, 17 June 2019

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.