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]

Re: ARM GNU Assembler and conditional suffix/infix


On Fri, Nov 6, 2009 at 11:04 PM, Daniel Jacobowitz <drow@false.org> wrote:
> 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".

Thanks. It works.


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