| |||
| Home > Directives Reference > Frame directives > FRAME RETURN ADDRESS | |||
The FRAME RETURN ADDRESS directive provides for
functions that use a register other than LR for their return address.
You can only use it within functions with FUNCTION and ENDFUNC or PROC and ENDP directives.
Any function that uses a register other than LR for its return address is not AAPCS compliant. Such a function must not be exported.