time stamp register
Posted: Wed Mar 01, 2006 5:20 pm
Is there a tilme stamp register on R5900 processor ?
I have tried the classical mips instruction:
__asm__ __volatile__("mfc0 %0,$9; nop" : "=r" (dest))
but I get only an illgal instruction.
I dont have the Instruction set manual. Can someone help me ?
I have tried the classical mips instruction:
__asm__ __volatile__("mfc0 %0,$9; nop" : "=r" (dest))
but I get only an illgal instruction.
I dont have the Instruction set manual. Can someone help me ?