Chapter 06 Processor Structure and Function
Chapter 06 Processor Structure and Function
And Function
Computer Architecture
and Organization
· Fetch: Read the next instruction from memory into the processor.
· Execute: Interpret the opcode and perform the indicated operation.
· Interrupt: If interrupts are enabled and an interrupt has occurred, save
the current process state and service the interrupt.
Once the fetch cycle is over, the control unit examines the contents
of the IR to determine if it contains an operand specifier using
indirect addressing.
If so, an indirect cycle is performed.
The rightmost N bits of the MBR, which contain the address
reference, are transferred to the MAR.
Then the control unit requests a memory read, to get the desired
address of the operand into the MBR.
Computer Architecture
and Organization