This is the mail archive of the binutils@sources.redhat.com 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: MIPS Assembly.


Chris Jones wrote:

There is no "b" instruction in the MIPS32 ISA. All the branches are conditional.


Sure there is. It is an alias for:

beq r0,r0,offset

I think the assembler knows this.

There is no nop or move either, if you want to look at it that way.

David Daney.


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