> Stack pointer in microprocessor 8085 is a pointer or register?

Stack pointer in microprocessor 8085 is a pointer or register?

Posted at: 2014-12-18 
Stack Pointer is used as memory point, it maintains the address of the last byte entered into stack, When the data is loaded it is decrement, when data removed it is Incremented.

Stack pointer holds the address of top element on the stack.

Last In First Out(LIFO)

The register (ESP) holds the pointer to the stack frame.

The 8085 has a stack pointer register that points to the stack in RAM.