So 1 gets saved into register A. Next instruction.
所以 1 被保存到寄存器 A 中。下一条指令。
科技 Crash Course
Then this value is copied into our instruction register.
然后这个值被复制到我们的指令寄存器中。
Crash Course 综合篇
And then we need the other register to store the current instruction, which we’ll call the instruction register.
然后我们需要另一个寄存器来存储当前指令,我们将其称为指令寄存器。
科技 Crash Course
And then we need the other register to store the current instruction, which we'll call the instruction register.
然后我们需要另一个寄存器来存储当前指令,我们将其称为指令寄存器。
科技 Crash Course
The hallmarks of a von Neumann computer are a processing unit containing an arithmetic logic unit, data registers, an instruction register, and an instruction address register.
In computing, an instruction register (IR) is the part of a CPU's control unit that stores the instruction currently being executed or decoded. In simple processors each instruction to be executed is loaded into the instruction register which holds it while it is decoded, prepared and ultimately executed, which can take several steps.