Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
stack pointer
Jump to user comments
architecture, programming (SP) A register or variable
pointing to the top of a stack. If the stack is a "full"
stack the SP points to the most recently pushed item, else
if it is an "empty" stack, the PS points to the first empty
location, where the next item will be pushed.