Introduction To Advance Microprocessor
Introduction To Advance Microprocessor
By,
Prof. Arghya Mukherjee
Jr. Lecturer,
Dinanath Jr. College & High School,
Dhantoli, Nagpur.
Introduction to advance microprocessor
• First microprocessor was a 4 bit microprocessor.
• Soon after that we have 8 bit and 16 bit microprocessor.
• The next step was 32 bit microprocessor.
• The advanced microprocessors are very powerful computing devices
• 32 bit microprocessors are also used for graphic display systems.
• It performs arithmetic function such as add, subtract, multiply, divide
and trigonometric functions.
• It returns result much faster than general CPU.
• Products using advanced microprocessor also require sophisticated
operating system and application software.
• One of the common applications for advanced microprocessor is
with multiuser or multitasking operating system.
• Data protection techniques are used to keep two users or tasks from
accessing the same data at the same time.
• Advanced microprocessor often include special instructions and
internal hardware which allow a programmer to write software
without knowing how much memory is available
Introduction to X-86 family and major attributes :-
• During late 1978, Intel introduced the 8088 and 8086.
• Internally these two 16 bit microprocessors have identical
architectures.
• The difference between these two is 8088 has an 8-bit external data
bus and 8086 used 16 bit external data bus.
• In 1981 IBM introduced a P.C. (Personal Computer) based on 8088.
• The 8088 and 8086 have several versions with wider external data
bus, greater memory addressing space and advanced computing
functions are 80286, 80386 and 80486.
• 8086 was first member of X-86 family.
• It was followed by 8088 within few months.
• The next major introduction was 80286.
• IBM introduced PC/AT (Personal Computer / Advanced Technology)
version of its PC using 286 in 1984.
• The 80386 was next major step.
• 386 is a full 32 bit microprocessor.
• It has 32 bit data bus and 32 bit address bus.
Introduction to X-86 family and major attributes…. :-
Introduction to X-86 family and major attributes…. :-
• It uses 32 bit internal registers.
• Intel introduces a special version of 386 called 386 SX.
• It uses 16 bit data bus.
• The original 386 was renamed as 80386DX.
• The other versions of 386 are 386 DX2 and 386 DX4.
• The DX2 version doubles the clock speed.
• The 386 DX4 triples the internal clock speed.
• The 486 basically a large integrated circuit which contains a fast 386
processor, a math processor, a memory management unit and an 8
KB cache memory.
• Like 386 there are also DX and SX versions.
• The Pentium is the next member of X-86 family. Its features are –
– Pentium processor possesses more than one instruction per clock cycle.
– The addition of both, data and code caches on chip improve processing speed.
– A new advanced computing technique used in the pentium is called branch
prediction.
– Branch prediction prevents the instruction cache from running dry during
conditional instructions. It has 64 bit data bus.
Programming model forX-86 family of advanced µp:
• The 8088 and 8086 define the base programming model for the
entire X-86 family of advanced microprocessors.
• The newer members of X-86 family have greater computing power
as they uses 32 bit registers instead of 16 bit and have advanced
addressing techniques.
Programming model forX-86 family of advanced µp: