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
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