arm-syntax-vim/syntax
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
..
include Highlight instructions with {cond} at the very end 2021-03-26 04:12:05 +01:00
arm.vim fix local labels, binary, register groups 2015-07-15 18:22:40 +02:00
armv4.vim fix local labels, binary, register groups 2015-07-15 18:22:40 +02:00
armv5.vim fix local labels, binary, register groups 2015-07-15 18:22:40 +02:00