Answer Posted / vinay m k
PC [program counter] is a register holding the address of
the instruction which needs to be executed next. Its used
to keep track of current execution point - this tracking is
necessary for various reasons and some of these reasons are:
1. While branching or looping destination address is
specified with respect to the current PC value.
2. While branching to a function call current Pc value is
pushed into the stack and retrieved back when retrunign
from the function-call.
3. PC value is strored when servicing an interrupt and
restored back after execution of ISR.
http://www.vinaymk.com/tutorials
| Is This Answer Correct ? | 132 Yes | 37 No |
Post New Answer View All Answers
What are the different type of registers used in 8085?
The Pentium microprocessor has how many execution unit?
What is the bhe signal? Explain its significance?
What is a stack pointer register?
In 8085, power and frequency can be checked by connecting the wire with which pins?
What are the different types of memory addressing modes?
Explain with an example how parameters can be passed using registers.
What was is the primary usage of a 8085 microprocessor?
What is function of ale in 8085 microprocessor?
Mention the types of interrupts that 8085 supports?
explain the trap input for the 8085.
Which bit of the flag register is set when output overflows to the sign bit?
What are the major differences in short label and near label jump instructions?
write the assembly language programming to find the 2's complement for a string of 100 bytes
How is the system clock calculated in the 8085?