.file 1 "delayslotbreak.c" .text .align 2 .globl main .globl stop .ent main main: .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0 .mask 0x40000000,-8 .fmask 0x00000000,0 j _target stop: # Execution is stopped here nop # This is the delay slot instruction lw $2,0 _target: # Execution should resume from here j $31 .end main .comm i,4,4