answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why length of PC and sp are of 16 bit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why PC and Sp are 16 bit counter in 8085 microproceser?

Because Intel designed it that way. The 8085 was designed as a 8 bit computer in a 16 bit address space. This means that the PC (Program Counter) and SP (Stack Pointer) should be 16 bits in size.


Why are programme counter and stack pointer register 16 bit registers?

The program counter (PC) and stack pointer (SP) registers are 16-bit registers in the 8085 and in the 8086/8088 because that is how Intel designed the processors.


Which are the various 16-bit registers in Intel 8085?

The various 16-bit registers on the 8085 are BC, DE, HL, SP, PC.


Does minecraft SP work on PC?

Yes.


How many bits in 8085 microprocessor?

The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.


How much space did the Intel 8080 microprocessor have?

The stack size of Intel's 8085 microprocessor is theoretically 64 kb, but the real limit is a function of memory and program architecture and layout. The stack pointer is 16 bits, but that is not the same as stack size.


Would you trade a Glock 19 for a ruger sp 101?

Depends on the caliber and barrel length the SP 101


Timing diagram of pop b instruction on 8085 microprocesser?

1. Memory Read - (PC) and then increment PC - Op Code C1 - Four clocks 2. Memory Read - (SP) and then increment SP - Transfer to C - Three clocks 3. Memory Read - (SP) and then increment SP - Transfer to B - Three clocks


Why stack pointer is 16- bit register?

Program Counter( PC)stores the 16-bit memory address of the next instruction to be fetched. Stack Pointer (SP)stores the address of a memory location which is used as a stack.


Will internet explorer 9 work with server 2003?

No here are the system requirements for Internet Explorer 9:Windows Vista 32-bit with Service Pack 2 (SP 2) or higherWindows Vista 64-bit with Service Pack 2 (SP 2) or higherWindows 7 32-bit RTM or higherWindows 7 64-bit RTM or higherWindows Server 2008 32-bit with Service Pack 2 (SP 2) or higherWindows Server 2008 64-bit with Service Pack 2 (SP 2) or higherWindows Server 2008 R2 64-bit


How much space does internet explorer take up?

Here is the amount of memory and hard drive space needed to run Internet Explorer 8:MemoryWindows Vista 32-bit - 512 MBWindows Vista 64-bit - 512 MBWindows Vista with SP 1 - 512 MBWindows XP 32-bit with SP 2 or higher - 64 MBWindows XP Professional x64 Edition - 128 MBWindows Server 2003 32-bit with SP 2 or higher - 64 MBWindows Server 2003 64-bit with SP 2 or higher - 128 MBWindows Server 2008 32-bit - 512MBWindows Server 2008 64-bit - 512MBHard Drive SpaceWindows Vista 32-bit - 70 MBWindows Vista 64-bit - 120 MBWindows Vista with SP 1 - 70 MBWindows XP 32-bit with SP 2 or higher - 150 MBWindows XP Professional x64 Edition - 200 MBWindows Server 2003 32-bit with SP 2 or higher - 150 MBWindows Server 2003 64-bit with SP 2 or higher - 200 MBWindows Server 2008 32-bit - 150 MBWindows Server 2008 64-bit - 200 MBCheers,CassandraIE Outreach Team


List the16-bit general purpose registers in amd64 architectures?

All 16 of the x64 architecture's G.P. registers can be addressed as 16-bit registers, using the names AX, BX, CX, DX, SI, DI, BP, SP, R8w, R9w, R10w, R11w, R12w, R13w, R14w, and R15w. Using SP as a G.P. register is not a good idea, however, since this will conflict with its function as the stack pointer.