On Thu, Mar 08, 2001 at 09:20:15AM -0700, Jeff Harrell wrote: > /* Interrupt : For now we simply disable interrupts and > return */ > > MFC0( k0, C0_STATUS) > srl k0, 1 > sll k0, 1 > MTC0( k0, C0_STATUS) > nop > .set mips3 > ==> eret <== > .set mips2 > nop > > > Any information that anyone might have would be greatly appreciated. I suggest to run this code through the preprocessor only using the -E -C options. The output will be somewhat cryptic but explain much better what's wrong. Ralf