Why are program counter and stack pointer 16-bit registers?
Answer Posted / bhumi
Program Counter (PC) and Stack Pointer (SP) are basically
used to hold 16-bit memory addresses.PC stores the 16-bit
memory address of the next instruction to be fetched.SP can
be used to temporarily store the 16-bit memory address as
well as data.So PC & SP are 16-bit registers.
| Is This Answer Correct ? | 218 Yes | 51 No |
Post New Answer View All Answers
What is the purpose of pipe lining in reference to 8086?
What are the index registers in 8086?
Which interrupt in the 8086 has the highest priority?
What does a microprocessor mean? What all does a microprocessor comprise of?
What is an editor?
What type of interrupts are used for critical events and why?
Name the special purpose registers?
Define crossbar switching with reference to 8086?
How clock signal is generated in 8086?
The Pentium microprocessor has how many execution unit?
In what is the ready pin of a microprocessor used
What are the temporary registers of 8085?
Name the unit that controls the sequential execution of instructions?
Why 8051 is called 8 bit microcontroller?
What are the software instructions related to stack operations?