Program counter
The program counter is a processor register that holds the address of the next instruction to execute. Control-flow instructions can change that address, redirecting execution.
The program counter is a processor register that holds the address of the next instruction to execute. Control-flow instructions can change that address, redirecting execution.