ARM GNU Assembler and conditional suffix/infix
Kirill A. Shutemov
kirill@shutemov.name
Fri Nov 6 15:08:00 GMT 2009
Hello,
According to ARM Assembler Reference Manual conditional flags
should be placed after name of instruction, but GNU Assembler
doesn't accept instructions like 'ldrbge'. It wants 'ldrgeb'.
What's the point? 'b' is a part of instruction name, not a suffix.
Moreover 'objdump -d' generates 'ldrbge', which cannot be
processed by GNU Assembler.
// Kirill A. Shutemov
More information about the Binutils
mailing list