This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ARM GNU Assembler and conditional suffix/infix


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]