1.

What Is A Stack Pointer Register, Describe Briefly.?

Answer»
  1. The Stack pointer is a sixteen bit register used to point at the stack.
  2. In read WRITE memory the locations at which temporary data and return addresses are stored is KNOWN as the stack.
  3. In simple words stack acts LIKE an auto DECREMENT facility in the system.
  4. The initialization of the stack top is done with the help of an instruction LXI SP.
  5. In order to avoid program crashes a program should always be WRITTEN at one end and initialized at the other.



Discussion

No Comment Found