You copied the Doc URL to your clipboard.
--regnames
Controls the predefinition of register names.
Note
Not supported for AArch64 state.Syntax
--regnames=option
Where
is one of the following:option
- none
- Instructs armasm not to predefine register names.
- callstd
- Defines additional register names based on the AAPCS variant that you are using, as
specified by the
--apcs
option. - all
- Defines all AAPCS registers regardless of the value of
--apcs
.