From WikiChip
Difference between revisions of "program counter"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
+
The '''program counter''' (PC) or the '''instruction counter'''/'''pointer''' (IC/IP) is a [[counter]] that points to the [[memory location]] that stores the current or future instruction. Depending on the actual architecture, the PC might point to the currently executing instruction, the instruction being fetched, or the next executable [[instruction]].
The '''program counter''' (PC) or the '''instruction counter'''/'''pointer''' (IC/IP) is a [[counter]] that points to the [[memory location]] that stores the next executable [[instruction]].
 
  
 
== Overview ==
 
== Overview ==
Line 10: Line 9:
 
== Access to PC ==
 
== Access to PC ==
 
{{empty section}}
 
{{empty section}}
 +
 +
{{stub}}
  
 
[[Category:Counters]]
 
[[Category:Counters]]

Latest revision as of 18:42, 24 June 2017

The program counter (PC) or the instruction counter/pointer (IC/IP) is a counter that points to the memory location that stores the current or future instruction. Depending on the actual architecture, the PC might point to the currently executing instruction, the instruction being fetched, or the next executable instruction.

Overview[edit]

New text document.svg This section is empty; you can help add the missing info by editing this page.

Complex designs[edit]

New text document.svg This section is empty; you can help add the missing info by editing this page.

Access to PC[edit]

New text document.svg This section is empty; you can help add the missing info by editing this page.
Text document with shapes.svg This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information.