You are on page 1of 59

1-3 in high

requires space
generate tremendous heat
requires large amount of power.
act as a logical switches in digital circuits
replaced the vacuum tubes
Invented at Bell lab in 1947
in high, little power.
JACK KILBY (Texas instrument) used very small
wires to connect transistors (first IC), that was in
1958.
ROBERT NOYCE (Fairchild Semiconductor)
developed a method of evaporating aluminum in
specific places on a silicon wafer to connect transistors
first practical IC was developed in 1959.
ROBERT NOYCE and GORDON MOORE started
INTEL
develop integrated electronic structure and computer
memories. That was in 1968.
BUSICOM with the help of TED HOFF in 1971
First microprocessor
developed a single general-purpose chip that could be
programmed to carry out a calculators function.
BUSICOM was bankrupted and INTEL bought the right
to manufacture the said chip.
used in the first PC (ALTAIR)
created at MITS by ED ROBERTS
no keyboard and monitor
can only be programmed in straight binary
started out Microsoft.
first product of Microsoft was a BASIC interpreter for
ALTAIR.
Altair BASIC was an interpreter for the BASIC programming language
that ran on the MITS Altair 8800 and subsequent S-100 bus computers.
It was Microsoft's first product (as Micro-Soft), distributed by MITS
under a contract. Altair BASIC was the start of the Microsoft BASIC
product range.

In computer programming, BASIC (an acronym which stands for


Beginner's All-purpose Symbolic Instruction Code) is a family of
high-level programming languages designed to be easy to use.
The original Dartmouth BASIC was designed in 1964 by John George
Kemeny and Thomas Eugene Kurtz at Dartmouth College in New
Hampshire, USA to provide computer access to non-science students.
At the time, nearly all use of computers required writing custom
software, which was something only scientists and mathematicians
tended to do. The language and its variants became widespread on
microcomputers in the late 1970s and 1980s.
MOST-TECH
8-bit Microprocessor/machine
Low cost
Used in COMMODORE PET and APPLE 2. That was in 1975.
ZILOG introduced in 1976
8-bit chip
Used by RADIO SHACH in its TRS-80 computer in
1977.
The Tandy Radio Shack TRS-80, the Apple II, and the
Commodore PET were the first successful mass-
market computers. With their introduction in 1977,
the personal computer was no longer for hobbyists
only. Although the TRS-80 was cheap for a computer, it
was the most expensive thing Radio Shack had ever
sold, and fearing it would be a flop, they restricted the
first run to 3000 machines, thinking they could use
them in Radio Shack stores if they didnt sell. Within a
month, however, they had 10,000 orders.
4-bit microprocessor
Runs at 108Khz
Contains 2300 transistors
4KB of memory
first microprocessor developed primarily for games,
test equipment and other simple digital systems.
Used for electronic calculations.
Not capable of running nor starting word processors,
spreadsheets and databases.
1971
8-bit microprocessor
improved version of 4004
16KB of memory
can handle more complicated operations
LATE 1971
Improved version of 8008
Speed of operation is ten times faster than 8008
64KB of memory
simple word processors maybe used
1973
Demand for greater and more powerful
microprocessor and influence of competition
16-bit microprocessor
1MB of memory
LATE 1970s
Upgraded capability of 8086/8088
XT (Experimental Technology)
AT (Advanced Technology)
Evolution of Intel Microprocessor
Transistor Clock
Name Date Microns Data width MIPS
s speed
8080 1974 6,000 6 2 MHz 8 bits 0.64
16 bits
8088 1979 29,000 3 5 MHz 0.33
8-bit bus
80286 1982 134,000 1.5 6 MHz 16 bits 1
80386 1985 275,000 1.5 16 MHz 32 bits 5
80486 1989 1,200,000 1 25 MHz 32 bits 20
32 bits
Pentium 1993 3,100,000 0.8 60 MHz 100
64-bit bus
32 bits
Pentium II 1997 7,500,000 0.35 233 MHz ~300
64-bit bus
32 bits
Pentium III 1999 9,500,000 0.25 450 MHz ~510
64-bit bus
32 bits
Pentium 4 2000 42,000,000 0.18 1.5 GHz ~1,700
64-bit bus
Pentium 4 125,000,00 32 bits
2004 0.09 3.6 GHz ~7,000
"Prescott" 0 64-bit bus
Followed the steps of INTEL corporation
MC6800
MC68000, 32-bit microprocessor
Developed and manufactured by the original designers
of INTEL 8086/8088
POWERPC with their own microprocessor called RISC
(Reduced Instruction Set Computing) and CISC
(Complex Instruction Set Computing). Server in
Network System.
POWERMAC
BUS
UNIT
ADDR ALU INST CTRL
UNIT UNIT UNIT
BUS UNIT
establishing communication with the external unit.

INSTRUCTION UNIT
fetches and decodes the subsequent instruction of the program
being run.

ADDRESS UNIT
calculates the address (for memory location).

ALU (Arithmetic Logic Unit)


performs data processing operations specified during the execution
phase of the instruction being interrupted.

CONTROL UNIT (CU)


generates the set of timings and controls necessary for the
corresponding execute phase.
CPU
Registers RAM | ROM

program data

storage storage

Control, data, address bus

ALU

Control
unit
output input
unit unit
SYSTEM BUS
physical group of signal lines that has a related function
within a microprocessor system.

3 Buses in a microprocessor system:


1. System Address Bus - to enable or select the correct
path for electrical communication
2. System Data Bus - bi-directional that carries back and
forth data to specified location with basis to the address
location of the address bus
3. System Control Bus - output bus whose function is to
send signal that determines and initiates the type of
electrical communication that is to take place on the
system data bus
1. INTERNAL BUS
when two or more parts that make-up an element of a
computer system is connected by a set of lines.
2.EXTERNAL BUS
when a set of line connects two or more elements of a
computer system

4 KINDS OF CONTROL LINES


1. reset (RST)
2. non-maskable interrupt (NMI)
3. read/write (R/W )
4. interrupt request (IRQ)
2 TYPES OF TECHNIQUES IN CTRLING I/O DEVICES:
1. MEMORY MAPPED I/O - I/O devices are treated as
memory
1. Memory read
2. Memory Write
2. ISOLATED I/O OR I/O MAPPED I/O - device has a
unique address, not a memory address. Processor that
uses this, has a special instruction the IN and OUT.
1. memory read
2. memory write
3. I/O read
4. I/O write
central processing unit of a computer
ALU, control unit, and bus unit all, integrated on a
single IC
a single chip microcomputer consisting of a memory
unit and an I/O unit
used for dedicated applications such as industrial
controller, telecommunications, home appliances and
automotive.

MICROCOMPUTER:
complete computing system consisting of a
microprocessor, a memory unit and an I/O unit
1. INPUT
consists of all the circuits needed to get programs and data
into the computer
2. MEMORY
stores program and data before the computer run/begins.
3. CONTROL
directs the operation of all other sections. It tells the other
sections what to do and when to do a certain task.
4. ALU
grids out answers of number and logic problems.
5. OUTPUT
passes answers and other processed data to the outside
world.
1. SMALL SCALE INTEGRATION
12 number of gates
2. MEDIUM SCALE INTEGRATION
12 to 100 number of gates
3. LARGE SCALE INTEGRATION
100plus number of gates
4. VERY LARGE SCALE INTEGRATION
5,000 TO 50,000 number of gates
for SSI and MSI because it is much faster but bulky
DTL diode transistor logic
Obsolete.
TTL transistor-transistor logic.
Popular family of SSI and MSI.
ECL emitter-coupled logic.
Fastest, used in high-speed application.

DTL
TTL
can be packed on the same chip
PMOS p-channel MOSFETS
oldest obsolete and slowest.
NMOS n-channel MOSFETS
dominates LSI
used for microprocessor and memories.
CMOS complementary MOSFETS
push-pull arrangement of n- and p- channel MOSFETS
used where low power consumption is needed.
1. DATA TRANFERS OPERATIONS
95% of its time transferring data
Transferring of data is to/from the memory in the
system.
Data is transferred to/from the I/O and passes around the
processor.
2. ARITHMETIC AND LOGIC OPERATIONS
4% is spent on simple ALU operations
Addition: most performed, through addition the
microprocessor can subtract using 2s complement.
3. DECISION-MAKING OPERATIONS
least used. Based upon numerical test.
The clock frequency of the microprocessor (MHz)
The number of instructions it can perform or execute
at a single time (Millions of Instructions per Second or
MIPS)
1. ARITHMETIC LOGIC UNIT (ALU)
made up of logic circuits whose primary function is to
process data.
All arithmetic and logical operations are performed here
in ALU.
2. CONTROL UNIT is made of the following:
INSTRUCTION DECODER
serves as the control logics intelligence (brain of the
microprocessor unit.)
Responsible for synthesis and decoding of the instructions
fed or received by the microprocessor.
TIMING
used to synchronize the operation of the different parts of the
control unit and the computer system.
Always in phase with the clock system of the microcomputer.
CONTROL LOGIC
responsible in the operation of the different parts of the
microprocessor unit and the microcomputer system
sends control signals flowing in the control
All operations to be performed by the microprocessor are
driven by the control logic.
All data and instruction that is sent to the
microprocessor are first stored in the registers.
Serves as temporary storage devices
7 Registers present in all MPU:
ACCUMULATOR (AX)
works very closely always with the ALU unit.
All results of the processes performed by the ALU are stored
at the accumulator.
In some case an operand is also stored in this register before
the ALU processes the operands. Its main purpose to
accumulate data. Only data is stored in this register that is
why this is considered as 8-bit register.
INSTRUCTION REGISTER
works very closely with the instruction decoder of the control
unit.
stores all instructions coming from the data bus.
Before the instruction decoder synthesizes the instruction, it
is first stored in this register. What is stored or placed in the
instruction decoder is the Opcode or Operation Code of
the instruction to be executed by the microprocessor. That is
used to specify what operation is to be performed by the
microprocessor.
PROGRAM COUNTER (PC)
responsible in tracking the address in memory of the
instructions to be executed by the microprocessor
As soon execution of the program starts, the first memory
location containing the instruction is stored to the program
counter. It automatically increments as soon it is finished
with the memory location.
Serves as the marker in memory of the instruction or data to
be fetched.
register within CPU
holds the address of the next instruction
to be fetched from memory
goes through step by step counting
sequence - causes the computer to read
successive instruction stored in memory
PC is modified with new address when
there is a jump or transfer or subroutine
call instruction
STATUS REGISTER
referred to as the Flag Register or Condition Code Register
term flag is used as an indicator of the status, which can be set
or reset
When the microprocessor is executing a program. Always, it
affects the status register. This register is composed of several
flags, which comprises the bits of the status register. Setting
the flag means placing a logic 1 and resetting means placing a
logic 0. The most flags in the microprocessor are the
following:
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
- NT IOPL OF DF IF TF SF ZF - AF - PF - CF
CARRY FLAG
HALF-CARRY FLAG
ZERO FLAG
SIGN FLAG/NEGATIVE FLAG
OVERFLOW FLAG
INTERRUPT FLAG
control flags and status flags
Control Flags
a. interrupt enable flag (IF)
b. direction flag (DF)
Status Flags
a. carry flag (CF)
b. parity flag (PF)
c. auxilliary flag (AF)
d. zero flag (ZF)
e. sign flag (SF)
f. overflow flag (OF)
g. nested task (NF)
h. input/output privilege level (IOPL)
Carry flag
00110101
01000011
001111000
Carry 0

10000010
10100011
100100101
Carry 1
STACK POINTER (SP)
point to the top of the stack (temporary storage of data or
instruction that is temporarily not in use)
stack uses a last-in-first-out (LIFO) algorithm
Placing information to the stack is also invoking a push operation
while retrieving the topmost information is invoking a pop
operation.
GENERAL PURPOSE REGISTER (BX,CX, DX, EX)
used to store data and are directly connected to the data bus of the
system. The use of this register varies depending on the purpose of
the user or programmer.
INDEX REGISTER (DI, SI)
used as an aid in accessing data found in tables stored in the
memory
can be incremented or decrements
normally do not have any other arithmetic or logical capability.
Index reg -holds a base address to be added to an offset
-base address and the offset (displacement) forms the
effective address
A
B
Status register

stack pointer
IX 0044 0044
SP 0045 0045
PC 0046 0046

stack pointer
0047 0047
0048 0048 0048
0049 0049 value #2
ALU 004A 004A value #1

Control unit RAM before PUSH RAM after PUSH


Effecti
ve Program
addres memory
CPU s
Data
Offset memory
A
addres
B s

Status register +
Base Stack
IX addres
s
SP
PC

Control, data, address bus


ALU

Control unit
INDEX REG: almost all Ps have an index register holds
a base address to be added to an offset base address
and the offset (displacement) forms the effective
address
RESET

FETCH

DECODE

EXECUTE
FETCH
Processor loads an instruction from memory into its
internal instruction register
Advanced MPUs: load more than 1 instruction
DECODE
Determines the type of instruction has been fetched
EXECUTE
May need to read more data from memory or write
results to memory
Reset power on or reset signal is received

Fetch
1. Output instruction address onto address bus
2. Read instruction pattern from memory onto data bus
3. Increment instruction pointer

Decode what type of instruction was fetched

Execute
1. If possible, read data from memory
2. Execute instruction
3. If necessary, write results in memory
If interrupt signal arrives, the MPUs holds off the
processing of the interrupt until the current
instruction finishes execution.
monitors HOLD, WAIT, or READY for slower devices
(memory) to avoid data loss
Multiple processor system (parallel processing) allows
external circuitry to take over the bus

bit (Binary Digit)- smallest unit


Nibble 4 bits
byte 8 bits, 2 nibbles
word 2 bytes, 16 bits, 4 nibbles
Double word 4 bytes, 32 bits, 8 nibbles

You might also like