What is Stack Pointer?
Posted in Microprocessors Interview Questions
Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack.
Post Your Answer! Send This to a Friend
← In 8085 name the 16 bit registers? What happens when HLT instruction is executed in processor? →
Related Interview Questions
In 8085 name the 16 bit registers? 10.01.09
Stack pointer and Program counter all have 16 bits....
Stack can be described as a pointer. Explain. 27.11.08
Because stack will contain a head pointer which will always point to the top of the Stack. All Stack Operations are done using Head Pointer. Hence Stack ca be D...
How will you identify Stack Overflow? 27.11.08
Stack Overflow means when stack is get fullfilled then a new elements for stack is not push into the stack....
How will you identify Stack Overflow? 27.11.08
Stack Overflow means when stack is get fullfilled then a new elements for stack is not push into the stack. t.html...
While handling the interrupt instructions in 8086, What are the internal operations may be carried out by the stack? 14.11.08
(i)SP =SP-2 , stack ß Push flag reg. Contents, IF =0 , TF =0 (ii) SP=SP-2, Stackß CS Reg. Contents, Address of Interrupt pointer = Interrupt type * 4 ,...
What is the position of the Stack Pointer after the POP instruction? 10.11.08
The address line is 02 greater than the earlier value. Pop operation would do addition by +2...
How memory is reserved using a declaration statement ? 11.12.06
Memory is reserved using data type in the variable declaration. A programming language implementation has predefined sizes for its data types. For example, i...
What are the fundamental differences between value types and reference types? 24.08.06
C# divides types into two categories - value types and reference types. Most of the intrinsic types (e.g. int, char) are value types. Structs are also value typ...
In 8085 name the 16 bit registers? 17.03.06
Stack pointer and Program counter all have 16 bits....
What is Stack Pointer? 17.03.06
Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack....
Thursday, February 19, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment