Recent questions tagged stack

Description : What Is A Stack Pointer Register, Describe Briefly.?

Last Answer : Answer :The Stack pointer is a sixteen bit register used to point at the stack. In read write memory the locations at which temporary data and return addresses are stored is known as the stack. ... to avoid program crashes a program should always be written at one end and initialized at the other.

Description : Which Stack Is Used In 8085?

Last Answer : Answer :LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first.

Description : What Is Stack Pointer?

Last Answer : Answer :Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack.

To see more, click for the full list of questions or popular tags.