Language:
Free Online Dictionary|3Dict

stack pointer

Source : Free On-Line Dictionary of Computing

stack pointer
     
         (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 {push}ed item, else
        if it is an "empty" stack, the PS points to the first empty
        location, where the next item will be pushed.
     
        (1995-03-21)
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z