2

When writing some assembly code using gnu as, i found that the assembler always put a "nop" into jump instruction's delay slot automatically.

how to put a instruction i wanted into the delay slot?

TIA

Wangrui
  • 167
  • 2
  • 11
  • 2
    `.set noreorder`, see these previous SO questions: http://stackoverflow.com/questions/3807480/weird-mips-assembler-behavior-with-jump-and-link-instruction http://stackoverflow.com/questions/4115847/mips-assembly-strange-jump – user786653 Nov 03 '11 at 06:46

0 Answers0