Chp3.1 Microarchitecture
Chp3.1 Microarchitecture
CU ALU
Decode
Execute
Store
Fetch
MAIN MEMORY
REGISTER
Besides that register can also be cleared or set, and the value in a register
can be inverted, incremented or decremented.
SYSTEM CLOCK
# Microprocessor must perform all operation under a very strict timing
sequence. The control unit utilizes the system clock to synchronize, or
control the timing of all computer operations. The system clock generates
electronic pulses (ticks) at a fixed rates and measured in megahertz (MHz-
One megahertz is equal to one million pulses per second). These ticks are
called cycle
# An ‘instruction cycle’ beginning when the address for retrieving an
instruction from memory is placed on the address bus for fetch, and
ending when the execution phase is complete.
CSC159 COMPUTER ORGANIZATION NAME:
DEC 2004 – MAR 2005
EXERCISE 2