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.