answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between the instruction location counter and the program counter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between program counter and instruction pointer?

There isn't any difference. Two different words forexactly same thing. Third way to call it is instruction address register.


What is the difference between organized exchanges and over-the-counter markets?

The difference between Exchanges and Over-the-Counter Markets is that in an exchange markets buyers and sellers meet in one central location to conduct trades and in an over the counter market buyers and sellers in different location that are ready to buy or sell over the counter to any one who comes up and are willing to pay the price.


What is difference between stack pointer and program counter?

Both of them are pointers, but otherwise they are completely unrelated. The former points to the current position of the stack, the latter points to the current instruction of the program.


Difference between timer and counter?

The difference between a timer and a counter is that a timer can be set to record different time intervals. As were a counter only records an overall length of time.


What is the difference between stack pointer and program counter?

The stack pointer keeps track of the top of the stack used by the current thread. The program counter keeps track of the next instruction in a program. Both are registers and both store a memory address.


What is the difference between a cross offer and counter offer?

the difference between offer and counteroffer


What is difference between decade counter and binary counter?

a counter is a counter which counts the data and the decade counter is the counts the decade ones


What is the difference between the DN and EN outputs of a timer or counter in a PLC?

PLC differences between timer and counter


What is the difference between timer and counter?

A counter counts up, a timer couts down.


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.


What will be the content of program counter of 8085 mpu has fetched machine code located at the memory location 205FH?

It depends on whether the machine code is one, two, or three bytes long, and on whether or not the instruction transferred control to another location. In the case of a non-jump single byte instruction, the PC will have a value of 2060H after the instruction is complete, and it will be 2061H or 2062H after a two or three byte instruction. In the case of a jump, call, or interrupt, the PC will depend on the instruction.


What is program counter?

Synonym for Instruction Pointer.