20 May, 2010

What is stack pointer?


A stack represents a set of memory blocks; the data is stored in and retrieved from these blocks in an order, i.e first in and last out (FILO). This stack pointer register is used to manage the stacks in memory. This register holds the value of the top of the stack.

No comments:

Post a Comment