MIPS Assembly.

David Daney ddaney@avtrex.com
Mon Jun 21 22:18:00 GMT 2004


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.



More information about the Binutils mailing list