answersLogoWhite

0

Function of a program counter

Updated: 11/5/2022
User Avatar

Wiki User

12y ago

Best Answer

Program Counter is just a synonim for Instruction Pointer.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

program counter tells the sequence of steps to perform.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Function of a program counter
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the function of the program counter register?

The function of the program counter register is to hold the address of the instruction that is being executed and (later) to hold the address of the instruction that will be executed next.


Purpose of program counter in a microprocessor is?

In 8085 program counter stores the address of the next instruction which is to be fecthed.same function is performed by instruction pointer in 8086.


What is the function of program counter?

program counter is a register that has the address of next instruction that has to be executed after currently executing instruction. it is used for proper execution of functions of computer by providing address of next instruction to microprocessor.


What does program counter contain?

Program counter is a processor register that indicates where a computer is in its program sequence. It contains the address of the memory location.


What is the purpose of program counter?

program counter is a register that has the address of next instruction that has to be executed after currently executing instruction. it is used for proper execution of functions of computer by providing address of next instruction to microprocessor.


What does the function counter do and what are its parameters?

There is no builtin function 'counta' in C.


What is the difference between the instruction location counter and the program counter?

The Instruction Location Counter is a variable inside of the assembler. While the Program Counter is a register. The PC solely keeps track of the next instruction in a program, ILC increments by each instruction's operand length.


What is the function of for next in gw basic?

A FOR - NEXT loop sets up a process that automatically performs a function several times. eg. FOR J = 1 TO 100 Will set a counter that will count up to 100 times. After this command you program a function or several functions. When the lines of code have been operated on, the end of the sequence is terminated, with the command NEXT. This will automatically add one to the counter and return to the start of the FOR J =1 to 100 line. If by adding one to the counter exceeds 100, then the program will skip over the NEXT command and drop down to the next command.


Which function is supported by an application program?

which function is support by an application program


What are its program components?

the main() function,the#include Directive, the variable definition. function prototype, program statements, the function definition,program comments and braces are the components of program in C++


What is the focus of hazard analysis and counter measures function of the army safety program?

Collecting, reviewing, and analyzing data from various sources to identify trends, systemic deficiencies and profiles for use in establishing program initiatives and priorities, as well as developing, implementing and managing a countermeasure program.


What is program counter?

Synonym for Instruction Pointer.