On Mon, Jan 19, 2004 at 07:42:19AM +0000, karthikeyan natarajan wrote: > Basically, the PC points to the next instruction > to > be executed. But, in R4k, there are 8 instructions > getting executed in parallel. Where does the PC point > to? My understanding is that PC points to the next > instruction that will be entered into the pipeline. > Please correct me if i am wrong.. The fact that instructions are issued in a pipeline is not visible in the EPC value. Ralf