Sequence of micro-operations for operations?
问题 Consider the following sequence of micro-operations. MBR ← PC MAR ← X PC ← Y Memory ← MBR Which one of the following is a possible operation performed by this sequence? Instruction fetch Operand fetch Conditional branch Initiation of interrupt service Answer is option (4). My attempt : Instruction fetch : Fetch instruction: Read instruction code from address in PC and place in IR. ( IR ← Memory[PC] ) Operand fetch : Fetch operands from memory if necessary: If any operands are memory addresses