On Mon, Jan 19, 2004 at 03:14:03PM +0000, karthikeyan natarajan wrote: > > Which is true, but perhaps a bit cryptic given the > > question. > > > > A MIPS CPU does not have a register called "PC". In > > In the r4k user manual, it is mentioned that there is > a special register PC in the core CPU (other than the > HI & LO special registers). Could you please let me > know the purpose of this register? Obviously the CPU needs to know where to fetch the next instruction from or for computing the destination address of branch and jump instructions or the value to put into the programmer visible EPC and ErrorEPC registers etc. The PC register is an internal register that isn't visible to the programmer. Ralf