You copied the Doc URL to your clipboard.
--checkreglist
Instructs the armasm to check RLIST
, LDM
, and STM
register lists to ensure that all registers are provided in increasing register number order.
When this option is used, armasm gives a warning if the registers are not listed in order.
Note
In AArch32 state, this option is deprecated. Use--diag_warning 1206
instead. In AArch64
state, this option is not supported..