Microprocessor Based Systems
Microprocessor Based Systems
Ramesh H R
Asst.prof,Dept of TE
CIT, Ponnampet
THE MICROPROCESSOR-BASED
PERSONAL COMPUTER SYSTEM
The memory:
The memory structures of all Intel 80X86Pentium 4 personal computer systems are
similar.
This includes the first personal computers
based upon the 8088 introduced in 1981
by IBM to the most powerful high-speed
versions of today based on the Pentium 4..
I/O devices:
The I/O devices allow the microprocessor to com-municate
between itself and the outside world.
The I/O space in a computer system extends from port
0000H to port FFFFH The I/O space allows the computer to
access up to 64K different 8-bit I/O devices.
The I/O area contains two major sections. The area below
I/O location 0400H is considered reserved for system
devices. The remaining area is available I/O space for
expansion on newer devices.
The Microprocessor:
The microprocessor, sometimes referred
to as the CPU (Central Processing Unit),
is the controlling element in a
computer.
The microprocessor performs three main
tasks: 1- data transfer between itself and
the memory or I/O system, 2- simple
arithmetic and logic operations, and 3program flow via simple decisions
Buses:
A bus is a number of wires organized to
provide a means of communication among
different elements in a microcomputer
system.
Address bus: the address bus is a group of 20-bit (A0A19). The address bus is unidirectional.
Data bus: the data bus is a group of 16 lines. These
lines are
Control bus: It contains lines that select the memory
or I/O and cause them to perform a read or write
operation.