What is the difference between memory stack and register stack ?
Answers
Answer:
memory stack and register stack
The difference between the memory stack and the register stack is : 1. ... The memory stack is slower than the register stack since the register stack needs not a memory access being that the register is internal to the CPU.
Answer:
Stack is most useful feature available in the CPU of most computers . A stack is storage device that store information in such a way that' the information stored last is the first information retrieved and uses Push and Pop operation for the insertion and deletion of items respectively .
Explanation:
Register stack
A stack can be placed in a portion of a large memory .
Stack can also be organised as a collection of a finite no. Of CPU registr.
Memory stack can also be implemented in a RAM attached to the CPU which is done by assigning a portion of memory to a stack operation .