'Can you get values off stack without pop? [duplicate]

On x86, can you simply retrieve a value on the stack without having to pop it? Such as through a MOV instruction?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source