An instruction storage interrupt is a page fault on an instruction fetch. 指令存储中断通常是指在取出指令时发生页面错误。
When a page fault is taken on a file due to an instruction fetch, only the non-computational file transitions to the computational state. 如果某个文件因为指令取出发生了缺页,那么会将非计算性文件转换为计算性状态。
After every instruction fetch, if we increment this address, it will accurately point to the next instruction in the sequence. 在每次取指令后,如果我们使地址增量,那么就会准确地指向指令代码序列中的下一条指令。
Designing and realizing an instruction fetch unit for real-time Java processor 一种实时Java处理器的指令存取部件设计与实现