Program counter

From SEGGER Wiki
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.