ARM GNU Assembler and conditional suffix/infix

Daniel Jacobowitz drow@false.org
Fri Nov 6 21:04:00 GMT 2009


On Fri, Nov 06, 2009 at 05:08:03PM +0200, Kirill A. Shutemov wrote:
> 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.

Please see the documentation of ".syntax unified".

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Binutils mailing list