Program counter

= PC счётчик команд, программный счётчик внутренний регистр процессора, содержащий адрес следующей выбираемой команды либо следующего байта (слова) программы. Автоматически увеличивается либо после операции декодирования текущей команды, либо после выборки каждого следующего байта команды. Таким образом, процессор последовательно исполняет команды программы. Эту последовательность могут изменить команды программных прерываний, переходов и вызовов подпрограмм Смотри также: CPU, register, register file, stack pointer, thread of execution Синоним(ы): instruction counter, instruction pointer, address register

Англо-русский словарь компьютерных терминов

Program counter

счётчик команд

Англо-русский политехнический словарь

Program counter

(PC) A register in the central processing unit that contains the addresss of the next instruction to be executed. After each instruction is fetched, the PC is automatically incremented to point to the following instruction. It is not normally manipulated like an ordinary register but instead, special instructions are provided to alter the flow of control by writing a new value to the PC, e.g. JUMP, CALL, RTS. IBM call it the Instruction Address Register.

Free Online Dictionary of Computing