arm-syntax-vim/syntax/include
Sławomir Bocheński 4b4bc41933 Highlight instructions with {cond} at the very end
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.
2021-03-26 04:12:05 +01:00
..
arm_base_syntax.vim Highlight instructions with {cond} at the very end 2021-03-26 04:12:05 +01:00
arm_directives.vim .thumb 2015-07-21 20:59:42 +02:00
armv5_base_syntax.vim Highlight instructions with {cond} at the very end 2021-03-26 04:12:05 +01:00
armv6_base_syntax.vim Add preliminary neon datatype suffix 2016-02-05 16:44:33 +01:00
gas_directives.vim Fix .if directives 2016-02-25 12:40:59 +01:00