The program counter (PC), commonly called the instruction pointer (IP) in Intel x86 and Itanium microprocessors, and sometimes called the instruction address register (IAR) or just part of the instruction sequencer, is a processor register that indicates where a computer is in its program sequence.
In most processors, PC is incremented after fetching an instruction, and holds the memory address of (“points to”) the next instruction that would be executed. (In a processor where the incrementation precedes the fetch, PC points to the current instruction being executed.)
Instructions are usually fetched sequentially from memory, but control transfer instructions change the sequence by placing a new value in PC. These include branches (sometimes called jumps), subroutine calls, and returns. A transfer that is conditional on the truth of some assertion lets the computer follow a different sequence under different conditions.
A branch provides that the next instruction is fetched from somewhere else in memory. A subroutine call not only branches but saves the preceding contents of PC somewhere. A return retrieves the saved contents of PC and places it back in PC, resuming sequential execution with the instruction following the subroutine call.
Read more about Program Counter: Hardware Implementation, Consequences in Machine Architecture, Consequences in High-level Programming
Famous quotes containing the words program and/or counter:
“[T]he minister preached a sermon on Jonah and the whale, at the end of which an old chief arose and declared, We have heard several of the white people talk and lie; we know they will lie, but this is the biggest lie we ever heard.”
—Administration in the State of Miss, U.S. public relief program (1935-1943)
“Speaking of contraries, see how the brook
In that white wave runs counter to itself.
It is from that in water we were from
Long, long before we were from any creature.”
—Robert Frost (18741963)