Commit Graph

3 Commits

Author SHA1 Message Date
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
ARM9
9f1ca06ccb fixed armv5 smul bug 2015-04-19 18:31:28 +02:00
ARM9
c5eaf804fb fixed bug that caused some armv4 instructions to not highlight 2015-04-03 16:32:27 +02:00