4b4bc41933
When trying to use e.g. ADR{cond}L in the unified syntax, the GNU assembler warns that the conditional infixes are deprecated. The preferred form is ADRL{cond} instead. It is also in line with arm.com and keil.com documentation. This applies to other instructions that have optional parts (e.g. "S" for updating condition flags) - the condition goes last. |
||
---|---|---|
.. | ||
arm_base_syntax.vim | ||
arm_directives.vim | ||
armv5_base_syntax.vim | ||
armv6_base_syntax.vim | ||
gas_directives.vim |