Search found 1 match

by antioche
Wed Mar 01, 2006 5:20 pm
Forum: PS2 Development
Topic: time stamp register
Replies: 1
Views: 1263

time stamp register

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 ?