| |||
| Home > Directives Reference > Frame directives > FRAME STATE REMEMBER | |||
The FRAME STATE REMEMBER directive saves the
current information on how to calculate the canonical frame address
and locations of saved register values. You can only use it within
functions with FUNCTION and ENDFUNC or PROC and ENDP directives.
During an inline exit sequence the information about calculationof
canonical frame address and locations of saved register values can
change. After the exit sequence another branch can continue using
the same information as before. Use FRAME STATE REMEMBER to
preserve this information, and FRAME STATE RESTORE to
restore it.
These directives can be nested. Each FRAME STATE RESTORE directive
must have a corresponding FRAME STATE REMEMBER directive.
See: