Use the FRAME REGISTER directive to maintain
a record of the locations of function arguments held in registers.
You can only use it within functions with FUNCTION and ENDFUNC or PROC and ENDP directives.
Syntax
FRAME REGISTER reg1,
reg2
where:
reg1
is the register that held the argument on entry
to the function.
reg2
is the register in which the value is preserved.
Usage
Use the FRAME REGISTER directive when you use
a register to preserve an argument that was held in a different
register on entry to a function.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.