After every instruction fetch, if we increment this address, it will accurately point to the next instruction in the sequence . 在每次取指令后,如果我们使地址增量,那么就会准确地指向指令代码序列中的下一条指令。
The cpu will next fetch the instruction at location 300 那么cpu下一次将在地址为300的单元取指令。
Reducing pipeline delay using two instruction fetching units 通过两个取指令部件消除流水线控制相关延迟
The two steps are referred to as the fetch cycle and the execute cycle 这两个步骤被称为取指令周期和执行周期。
Instruction fetch module 取指令模块
Instruction fetch phase 取指令阶段
Instruction fetch cycle 取指令周期
On succeeding instruction cycles , it will fetch instruction from locations 301 , 302 , 303 , and so on 在随后的指令周期里,它将依次从301 、 302 、 303地址单元取指令,依此类推。
The instruction fetch is a common operation for each instruction , and consists of reading an instruction from a location in memory 取指令对于每个指令来说都是个普通操作,它包括从内存单元中读指令。