Please enable JavaScript.
Coggle requires JavaScript to display documents.
CONTROL UNIT OPERATION - Coggle Diagram
CONTROL UNIT OPERATION
Micro-Operations
-
Indirect Cycle
fetch source operands
-
-
t3
Finally, the address field of the IR is updated from the MBR, so that it now contains a direct rather than an indirect address
Execute Cycle
-
-
t3
Finally, the contents of R1 and MBR are added by the ALU
-
Interrupt Cycle
t1
The contents of the PC are transferred to the MBR, so that they
can be saved for return from the interrupt
t2
Then the MAR is loaded with the address at which the contents of the PC are to be saved, and the PC is loaded with the address of the start of the interrupt-processing routine
t3
The final step is to store the MBR, which contains the old value of the PC, into memory
-
-
Control of the Processor
Functional Requirements
three-step process
-
Determine the functions that the control unit must perform to cause the
micro-operations to be performed
-
-
-
-
-
-