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 need for port?
State the number and type of registers in the 8086?
Which are the different data transfer schemes?
Explain in steps what happens when an interrupt occurs?
Explain db?
Mention the types of interrupts that 8085 supports?
Explain an interrupt?
Describe the (status) flag register of 8085?
The address capability of 8085 is 64 kb.explain?
In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing
Where the data is transferred in a DMA write operation?
What is the software interrupts of 8085?
What is 8251?
Explain the addresses which are bit addressable?
Define psp?