Register FP
= frame pointer
FP points to the
middle of a
data structure called
a procedure activation record or
stack frame
- The value in the
stack that is pointed to by
the register FP
is displayed in
magenta
(this value is
accessed using
0 offset from FP)
|
We use FP to
access the
parameters and
local variables of
a function
So the location of
the value in the
stack that is pointed to by
the register FP
(in magenta) can help
you find the
offset of
other values easily !!!