Slide 10.1: Laboratory IV: evaluating a Boolean expression with parentheses Slide 10.3: PUSH and POP instructions Home |
ESP
(Extended Stack Pointer) register holds a 32-bit offset into some location on the stack.
We rarely manipulate ESP
directly; instead, it is indirectly modified by instructions such as CALL
, RET
, PUSH
, and POP
.
|
|
|
|
|
|