SlideShare a Scribd company logo
1 of 41
AJAL.A.J
professorajal@gmail.com
DEPARTMENT OF ECE
UNIVERSAL ENGINEERING COLLEGE,
VALLIVATTOM P.O, THRISSUR

1
ď‚— Intel

8086 was launched
in 1978.

ď‚— It

was the first 16-bit
microprocessor.

ď‚— This

microprocessor had
major improvement over
the execution speed of
8085.

ď‚— It

is available as 40-pin
Dual-Inline-Package
(DIP).
2
ď‚—It

is available in three
versions:
ď‚  8086

(5 MHz)

ď‚  8086-2 (8 MHz)
ď‚  8086-1 (10 MHz)

ď‚—It

consists of 29,000
transistors.

3
ď‚— It

has a 16 line data
bus.

ď‚— And

bus.

20 line address

ď‚— It

could address up to 1
MB of memory.

ď‚— It

has more than
20,000 instructions.

ď‚— It

supports
multiplication and
division.
4
5
ď‚— These

lines are multiplexed bidirectional address/data bus.

ď‚— During

T1, they carry lower
order 16-bit address.

ď‚— In

the remaining clock cycles,
they carry 16-bit data.

ď‚— AD0-AD7

carry lower order byte

of data.

ď‚— AD8-AD15

carry higher order
byte of data.
6
ď‚—These

lines are
multiplexed unidirectional
address and status bus.

ď‚—During

T1, they carry
higher order 4-bit address.

ď‚—In

the remaining clock
cycles, they carry status
signals.
7
ď‚— BHE

stands for Bus High
Enable.

ď‚— BHE

signal is used to indicate
the transfer of data over
higher order data bus (D8 –
D15).

ď‚— 8-bit

I/O devices use this
signal.

ď‚— It

is multiplexed with status
pin S7.
8
ď‚—It

is a read signal used for
read operation.

ď‚—It

is an output signal.

ď‚—It

is an active low signal.

9
ď‚— This

is an acknowledgement
signal from slower I/O
devices or memory.

ď‚— It

is an active high signal.

ď‚— When

high, it indicates that
the device is ready to
transfer data.

ď‚— When

low, then
microprocessor is in wait
state.
10
ď‚—It

is a system reset.

ď‚—It

is an active high signal.

ď‚—When

high,
microprocessor enters into
reset state and terminates
the current activity.

ď‚—It

must be active for at
least four clock cycles to
reset the microprocessor.
11
ď‚—It

is an interrupt request
signal.

ď‚—It

is active high.

ď‚—It

is level triggered.

12
ď‚—It

is a non-maskable
interrupt signal.

ď‚—It

is an active high.

ď‚—It

is an edge triggered
interrupt.

13
ď‚—It

is used to test the
status of math coprocessor 8087.

ď‚—The

BUSY pin of 8087 is
connected to this pin of
8086.

ď‚—If

low, execution continues
else microprocessor is in
wait state.
14
ď‚—This

clock input provides
the basic timing for
processor operation.

ď‚—It

is symmetric square
wave with 33% duty cycle.

ď‚—The

range of frequency of
different versions is 5
MHz, 8 MHz and 10 MHz.
15
ď‚—VCC

is power supply signal.

ď‚—+5V

DC is supplied
through this pin.

ď‚—VSS

is ground signal.

16
ď‚—8086

works in two modes:

ď‚  Minimum Mode
ď‚  Maximum Mode

ď‚—If

MN/MX is high, it works
in minimum mode.

ď‚—If

MN/MX is low, it works
in maximum mode.

17
ď‚—Pins

24 to 31 issue two
different sets of signals.

ď‚—One

set of signals is issued
when CPU operates in
minimum mode.

ď‚—Other

set of signals is
issued when CPU operates
in maximum mode.
18
19
ď‚—This

is an interrupt
acknowledge signal.

ď‚—When

microprocessor
receives INTR signal, it
acknowledges the
interrupt by generating
this signal.

ď‚—It

is an active low signal.
20
ď‚— This

is an Address Latch
Enable signal.

ď‚— It

indicates that valid address
is available on bus AD0 –
AD15.

ď‚— It

is an active high signal and
remains high during T1 state.

ď‚— It

is connected to enable pin
of latch 8282.
21
ď‚—This

is a Data Enable
signal.

ď‚—This

signal is used to
enable the transceiver
8286.

ď‚—Transceiver

is used to
separate the data from the
address/data bus.

ď‚—It

is an active low signal.
22
ď‚—This

is a Data
Transmit/Receive signal.

ď‚—It

decides the direction of
data flow through the
transceiver.

ď‚—When

it is high, data is
transmitted out.

ď‚—When

it is low, data is
received in.
23
ď‚—This

signal is issued by the
microprocessor to
distinguish memory access
from I/O access.

ď‚—When

it is high, memory is
accessed.

ď‚—When

it is low, I/O devices
are accessed.
24
ď‚—It

is a Write signal.

ď‚—It

is used to write data in
memory or output device
depending on the status of
M/IO signal.

ď‚—It

is an active low signal.

25
ď‚—It

is a Hold Acknowledge
signal.

ď‚—It

is issued after receiving
the HOLD signal.

ď‚—It

is an active high signal.

26
ď‚—When

DMA controller
needs to use address/data
bus, it sends a request to
the CPU through this pin.

ď‚—It

is an active high signal.

ď‚—When

microprocessor
receives HOLD signal, it
issues HLDA signal to the
DMA controller.
27
28
ď‚—These

pins provide the
status of instruction
queue.

QS1

QS0

Status

0

0

No operation

0

1

1st byte of opcode from queue

1

0

Empty queue

1

1

Subsequent byte from queue

29
ď‚—These

status signals
indicate the operation
being done by the
microprocessor.

ď‚—This

information is
required by the Bus
Controller 8288.

ď‚—Bus

controller 8288
generates all memory and
I/O control signals.
30
S2

S1

S0

Status

0

0

0

Interrupt Acknowledge

0

0

1

I/O Read

0

1

0

I/O Write

0

1

1

Halt

1

0

0

Opcode Fetch

1

0

1

Memory Read

1

1

0

Memory Write

1

1

1

Passive

31
ď‚— This

signal indicates that
other processors should not
ask CPU to relinquish the
system bus.

ď‚— When

it goes low, all
interrupts are masked and
HOLD request is not granted.

ď‚— This

pin is activated by using
LOCK prefix on any
instruction.
32
ď‚— These

pins.

are Request/Grant

ď‚— Other

processors request the
CPU through these lines to
release the system bus.

ď‚— After

receiving the request,
CPU sends acknowledge
signal on the same lines.

ď‚— RQ/GT0

has higher priority

than RQ/GT1.
33
ď‚—The

READY input causes wait states
for
slower
memory
&
I/O
components.

ď‚—A

wait state(Tw) is an extra clocking
period, inserted between T2 & T3,
that lengthens the bus cycle.

ď‚—If

one wait state in inserted, then the
memory access time, normally 460 ns
with a 5 MHz clock, is lengthened by
one clocking period (200ns) to 660
ns.
m

35
m

36
m

37
a

38
a

39
a

40
41

More Related Content

What's hot

8086 memory segmentation
8086 memory segmentation8086 memory segmentation
8086 memory segmentationmahalakshmimalini
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085ShivamSood22
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 MicroprocessorNahian Ahmed
 
Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Suchismita Paul
 
Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacingdeval patel
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-pptjemimajerome
 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor pptRJ Aniket
 
PPT on 8085 Microprocessor
PPT on 8085 Microprocessor  PPT on 8085 Microprocessor
PPT on 8085 Microprocessor DebrajJana4
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051Sudhanshu Janwadkar
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architectureprasadpawaskar
 
8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil KawareProf. Swapnil V. Kaware
 
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONSRamaPrabha24
 
Interrupts of microprocessor 8085
Interrupts of microprocessor  8085Interrupts of microprocessor  8085
Interrupts of microprocessor 8085mujeebkhanelectronic
 
Memory organization of 8051
Memory organization of 8051Memory organization of 8051
Memory organization of 8051Muthu Manickam
 
Stacks & subroutines 1
Stacks & subroutines 1Stacks & subroutines 1
Stacks & subroutines 1deval patel
 
8085-microprocessor
8085-microprocessor8085-microprocessor
8085-microprocessorjhcid
 

What's hot (20)

8086 memory segmentation
8086 memory segmentation8086 memory segmentation
8086 memory segmentation
 
8251 USART
8251 USART8251 USART
8251 USART
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085
 
Pin diagram 8085
Pin diagram 8085 Pin diagram 8085
Pin diagram 8085
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 Microprocessor
 
Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Architecture and pin diagram of 8085
Architecture and pin diagram of 8085
 
Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacing
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor ppt
 
PPT on 8085 Microprocessor
PPT on 8085 Microprocessor  PPT on 8085 Microprocessor
PPT on 8085 Microprocessor
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architecture
 
8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware8051 Microcontroller PPT's By Er. Swapnil Kaware
8051 Microcontroller PPT's By Er. Swapnil Kaware
 
Arm instruction set
Arm instruction setArm instruction set
Arm instruction set
 
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
8085 MICROPROCESSOR ARCHITECTURE AND ITS OPERATIONS
 
Microprocessor 8086
Microprocessor 8086Microprocessor 8086
Microprocessor 8086
 
Interrupts of microprocessor 8085
Interrupts of microprocessor  8085Interrupts of microprocessor  8085
Interrupts of microprocessor 8085
 
Memory organization of 8051
Memory organization of 8051Memory organization of 8051
Memory organization of 8051
 
Stacks & subroutines 1
Stacks & subroutines 1Stacks & subroutines 1
Stacks & subroutines 1
 
8085-microprocessor
8085-microprocessor8085-microprocessor
8085-microprocessor
 

Viewers also liked

8086 pin diagram description
8086 pin diagram description8086 pin diagram description
8086 pin diagram descriptionAkhil Singal
 
PIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorPIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorNikhil Kumar
 
Minimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorMinimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorNikhil Kumar
 
Memory Segmentation of 8086
Memory Segmentation of 8086Memory Segmentation of 8086
Memory Segmentation of 8086Nikhil Kumar
 
PIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorPIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorNikhil Kumar
 
8086 module 1 & 2 work
8086 module 1 & 2   work8086 module 1 & 2   work
8086 module 1 & 2 workSuhail Km
 
1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessortechbed
 
The Intel 8086 microprocessor
The Intel 8086 microprocessorThe Intel 8086 microprocessor
The Intel 8086 microprocessorGeorge Thomas
 
INTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORINTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORGurudev joshi
 
Architecture of 8086
Architecture of 8086Architecture of 8086
Architecture of 8086Nikhil Kumar
 
8255:ppi & 8259:pic
8255:ppi & 8259:pic 8255:ppi & 8259:pic
8255:ppi & 8259:pic Adarsh Patel
 
Bus Interfacing with Intel Microprocessors Based Systems
Bus Interfacing with Intel Microprocessors Based SystemsBus Interfacing with Intel Microprocessors Based Systems
Bus Interfacing with Intel Microprocessors Based SystemsMurtadha Alsabbagh
 
Bidirectional data flow
Bidirectional data flowBidirectional data flow
Bidirectional data flowSai Malleswar
 
instruction set of 8086
instruction set of 8086instruction set of 8086
instruction set of 8086muneer.k
 

Viewers also liked (20)

8086 pin diagram description
8086 pin diagram description8086 pin diagram description
8086 pin diagram description
 
8086 pin function
8086 pin function8086 pin function
8086 pin function
 
PIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorPIN Specification of 8086 Microprocessor
PIN Specification of 8086 Microprocessor
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
Minimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorMinimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 Microprocessor
 
Memory Segmentation of 8086
Memory Segmentation of 8086Memory Segmentation of 8086
Memory Segmentation of 8086
 
PIN Specification of 8086 Microprocessor
PIN Specification of 8086 MicroprocessorPIN Specification of 8086 Microprocessor
PIN Specification of 8086 Microprocessor
 
8086 module 1 & 2 work
8086 module 1 & 2   work8086 module 1 & 2   work
8086 module 1 & 2 work
 
1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor
 
The Intel 8086 microprocessor
The Intel 8086 microprocessorThe Intel 8086 microprocessor
The Intel 8086 microprocessor
 
INTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORINTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSOR
 
Icws
IcwsIcws
Icws
 
8086 architecture
8086 architecture8086 architecture
8086 architecture
 
Architecture of 8086
Architecture of 8086Architecture of 8086
Architecture of 8086
 
8086 ppt
8086 ppt8086 ppt
8086 ppt
 
8255:ppi & 8259:pic
8255:ppi & 8259:pic 8255:ppi & 8259:pic
8255:ppi & 8259:pic
 
Bus Interfacing with Intel Microprocessors Based Systems
Bus Interfacing with Intel Microprocessors Based SystemsBus Interfacing with Intel Microprocessors Based Systems
Bus Interfacing with Intel Microprocessors Based Systems
 
Bidirectional data flow
Bidirectional data flowBidirectional data flow
Bidirectional data flow
 
Bus interface 8086
Bus interface 8086Bus interface 8086
Bus interface 8086
 
instruction set of 8086
instruction set of 8086instruction set of 8086
instruction set of 8086
 

Similar to 8086 pin details

pin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessorpin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessorbarsharoy19
 
8086 pin details.ppt
8086 pin details.ppt8086 pin details.ppt
8086 pin details.pptMadhan7771
 
8086 introduction.pptx
8086 introduction.pptx8086 introduction.pptx
8086 introduction.pptxkirankumar423676
 
8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptxbinaboss24
 
8086 signals
8086 signals8086 signals
8086 signalsmpsrekha83
 
8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 MicroprocessorIshworKhatiwada
 
Application of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxApplication of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxssuser631ea0
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptxJahedulIslam53
 
Pin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 MicroprocessorPin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 MicroprocessorMuthusamy Arumugam
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfVisheshYadav38
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptxparul757596
 
Intel 8086 internal architecture & pin diagram
Intel 8086 internal architecture & pin diagramIntel 8086 internal architecture & pin diagram
Intel 8086 internal architecture & pin diagramkrunal47
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdfssuserdd904d
 

Similar to 8086 pin details (20)

pin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessorpin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessor
 
8086 pin details.ppt
8086 pin details.ppt8086 pin details.ppt
8086 pin details.ppt
 
8086 new
8086 new8086 new
8086 new
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
8086 introduction.pptx
8086 introduction.pptx8086 introduction.pptx
8086 introduction.pptx
 
8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx
 
8086 signals
8086 signals8086 signals
8086 signals
 
8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 Microprocessor
 
8086.pptx
8086.pptx8086.pptx
8086.pptx
 
8086 complete guide
8086 complete guide 8086 complete guide
8086 complete guide
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSOR
 
Application of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxApplication of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptx
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptx
 
Pin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 MicroprocessorPin Description and Register Organization of 8086 Microprocessor
Pin Description and Register Organization of 8086 Microprocessor
 
8086slide
8086slide8086slide
8086slide
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdf
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptx
 
Intel 8086 internal architecture & pin diagram
Intel 8086 internal architecture & pin diagramIntel 8086 internal architecture & pin diagram
Intel 8086 internal architecture & pin diagram
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdf
 
Lect 5
Lect 5Lect 5
Lect 5
 

More from AJAL A J

KEAM KERALA ENTRANCE EXAM
KEAM KERALA ENTRANCE EXAMKEAM KERALA ENTRANCE EXAM
KEAM KERALA ENTRANCE EXAMAJAL A J
 
Paleontology Career
Paleontology  CareerPaleontology  Career
Paleontology CareerAJAL A J
 
CHEMISTRY basic concepts of chemistry
CHEMISTRY  basic concepts of chemistryCHEMISTRY  basic concepts of chemistry
CHEMISTRY basic concepts of chemistryAJAL A J
 
Ecology
EcologyEcology
EcologyAJAL A J
 
Biogeochemical cycles
Biogeochemical cyclesBiogeochemical cycles
Biogeochemical cyclesAJAL A J
 
ac dc bridges
ac dc bridgesac dc bridges
ac dc bridgesAJAL A J
 
Hays bridge schering bridge wien bridge
Hays bridge  schering bridge  wien bridgeHays bridge  schering bridge  wien bridge
Hays bridge schering bridge wien bridgeAJAL A J
 
App Naming Tip
App Naming TipApp Naming Tip
App Naming Tip AJAL A J
 
flora and fauna of himachal pradesh and kerala
flora and fauna of himachal pradesh and keralaflora and fauna of himachal pradesh and kerala
flora and fauna of himachal pradesh and keralaAJAL A J
 
B.Sc Cardiovascular Technology(CVT)
 B.Sc Cardiovascular Technology(CVT)  B.Sc Cardiovascular Technology(CVT)
B.Sc Cardiovascular Technology(CVT) AJAL A J
 
11 business strategies to make profit
11 business strategies to make profit 11 business strategies to make profit
11 business strategies to make profit AJAL A J
 
PCOS Polycystic Ovary Syndrome
PCOS  Polycystic Ovary SyndromePCOS  Polycystic Ovary Syndrome
PCOS Polycystic Ovary SyndromeAJAL A J
 
Courses and Career Options after Class 12 in Humanities
Courses and Career Options after Class 12 in HumanitiesCourses and Career Options after Class 12 in Humanities
Courses and Career Options after Class 12 in HumanitiesAJAL A J
 
MANAGEMENT Stories
 MANAGEMENT Stories MANAGEMENT Stories
MANAGEMENT StoriesAJAL A J
 
NEET PREPRATION TIPS AND STRATEGY
NEET PREPRATION TIPS AND STRATEGYNEET PREPRATION TIPS AND STRATEGY
NEET PREPRATION TIPS AND STRATEGYAJAL A J
 
REVOLUTIONS IN AGRICULTURE
REVOLUTIONS IN AGRICULTUREREVOLUTIONS IN AGRICULTURE
REVOLUTIONS IN AGRICULTUREAJAL A J
 
NRI QUOTA IN NIT'S
NRI QUOTA IN NIT'S NRI QUOTA IN NIT'S
NRI QUOTA IN NIT'S AJAL A J
 
Subjects to study if you want to work for a charity
Subjects to study if you want to work for a charitySubjects to study if you want to work for a charity
Subjects to study if you want to work for a charityAJAL A J
 
IIT JEE A KERALA PERSPECTIVE
IIT JEE A KERALA PERSPECTIVE IIT JEE A KERALA PERSPECTIVE
IIT JEE A KERALA PERSPECTIVE AJAL A J
 
Clat 2020 exam COMPLETE DETAILS
Clat 2020 exam COMPLETE DETAILSClat 2020 exam COMPLETE DETAILS
Clat 2020 exam COMPLETE DETAILSAJAL A J
 

More from AJAL A J (20)

KEAM KERALA ENTRANCE EXAM
KEAM KERALA ENTRANCE EXAMKEAM KERALA ENTRANCE EXAM
KEAM KERALA ENTRANCE EXAM
 
Paleontology Career
Paleontology  CareerPaleontology  Career
Paleontology Career
 
CHEMISTRY basic concepts of chemistry
CHEMISTRY  basic concepts of chemistryCHEMISTRY  basic concepts of chemistry
CHEMISTRY basic concepts of chemistry
 
Ecology
EcologyEcology
Ecology
 
Biogeochemical cycles
Biogeochemical cyclesBiogeochemical cycles
Biogeochemical cycles
 
ac dc bridges
ac dc bridgesac dc bridges
ac dc bridges
 
Hays bridge schering bridge wien bridge
Hays bridge  schering bridge  wien bridgeHays bridge  schering bridge  wien bridge
Hays bridge schering bridge wien bridge
 
App Naming Tip
App Naming TipApp Naming Tip
App Naming Tip
 
flora and fauna of himachal pradesh and kerala
flora and fauna of himachal pradesh and keralaflora and fauna of himachal pradesh and kerala
flora and fauna of himachal pradesh and kerala
 
B.Sc Cardiovascular Technology(CVT)
 B.Sc Cardiovascular Technology(CVT)  B.Sc Cardiovascular Technology(CVT)
B.Sc Cardiovascular Technology(CVT)
 
11 business strategies to make profit
11 business strategies to make profit 11 business strategies to make profit
11 business strategies to make profit
 
PCOS Polycystic Ovary Syndrome
PCOS  Polycystic Ovary SyndromePCOS  Polycystic Ovary Syndrome
PCOS Polycystic Ovary Syndrome
 
Courses and Career Options after Class 12 in Humanities
Courses and Career Options after Class 12 in HumanitiesCourses and Career Options after Class 12 in Humanities
Courses and Career Options after Class 12 in Humanities
 
MANAGEMENT Stories
 MANAGEMENT Stories MANAGEMENT Stories
MANAGEMENT Stories
 
NEET PREPRATION TIPS AND STRATEGY
NEET PREPRATION TIPS AND STRATEGYNEET PREPRATION TIPS AND STRATEGY
NEET PREPRATION TIPS AND STRATEGY
 
REVOLUTIONS IN AGRICULTURE
REVOLUTIONS IN AGRICULTUREREVOLUTIONS IN AGRICULTURE
REVOLUTIONS IN AGRICULTURE
 
NRI QUOTA IN NIT'S
NRI QUOTA IN NIT'S NRI QUOTA IN NIT'S
NRI QUOTA IN NIT'S
 
Subjects to study if you want to work for a charity
Subjects to study if you want to work for a charitySubjects to study if you want to work for a charity
Subjects to study if you want to work for a charity
 
IIT JEE A KERALA PERSPECTIVE
IIT JEE A KERALA PERSPECTIVE IIT JEE A KERALA PERSPECTIVE
IIT JEE A KERALA PERSPECTIVE
 
Clat 2020 exam COMPLETE DETAILS
Clat 2020 exam COMPLETE DETAILSClat 2020 exam COMPLETE DETAILS
Clat 2020 exam COMPLETE DETAILS
 

Recently uploaded

How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

Recently uploaded (20)

How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

8086 pin details

  • 1. AJAL.A.J professorajal@gmail.com DEPARTMENT OF ECE UNIVERSAL ENGINEERING COLLEGE, VALLIVATTOM P.O, THRISSUR 1
  • 2. ď‚— Intel 8086 was launched in 1978. ď‚— It was the first 16-bit microprocessor. ď‚— This microprocessor had major improvement over the execution speed of 8085. ď‚— It is available as 40-pin Dual-Inline-Package (DIP). 2
  • 3. ď‚—It is available in three versions: ď‚  8086 (5 MHz) ď‚  8086-2 (8 MHz) ď‚  8086-1 (10 MHz) ď‚—It consists of 29,000 transistors. 3
  • 4. ď‚— It has a 16 line data bus. ď‚— And bus. 20 line address ď‚— It could address up to 1 MB of memory. ď‚— It has more than 20,000 instructions. ď‚— It supports multiplication and division. 4
  • 5. 5
  • 6. ď‚— These lines are multiplexed bidirectional address/data bus. ď‚— During T1, they carry lower order 16-bit address. ď‚— In the remaining clock cycles, they carry 16-bit data. ď‚— AD0-AD7 carry lower order byte of data. ď‚— AD8-AD15 carry higher order byte of data. 6
  • 7. ď‚—These lines are multiplexed unidirectional address and status bus. ď‚—During T1, they carry higher order 4-bit address. ď‚—In the remaining clock cycles, they carry status signals. 7
  • 8. ď‚— BHE stands for Bus High Enable. ď‚— BHE signal is used to indicate the transfer of data over higher order data bus (D8 – D15). ď‚— 8-bit I/O devices use this signal. ď‚— It is multiplexed with status pin S7. 8
  • 9. ď‚—It is a read signal used for read operation. ď‚—It is an output signal. ď‚—It is an active low signal. 9
  • 10. ď‚— This is an acknowledgement signal from slower I/O devices or memory. ď‚— It is an active high signal. ď‚— When high, it indicates that the device is ready to transfer data. ď‚— When low, then microprocessor is in wait state. 10
  • 11. ď‚—It is a system reset. ď‚—It is an active high signal. ď‚—When high, microprocessor enters into reset state and terminates the current activity. ď‚—It must be active for at least four clock cycles to reset the microprocessor. 11
  • 12. ď‚—It is an interrupt request signal. ď‚—It is active high. ď‚—It is level triggered. 12
  • 13. ď‚—It is a non-maskable interrupt signal. ď‚—It is an active high. ď‚—It is an edge triggered interrupt. 13
  • 14. ď‚—It is used to test the status of math coprocessor 8087. ď‚—The BUSY pin of 8087 is connected to this pin of 8086. ď‚—If low, execution continues else microprocessor is in wait state. 14
  • 15. ď‚—This clock input provides the basic timing for processor operation. ď‚—It is symmetric square wave with 33% duty cycle. ď‚—The range of frequency of different versions is 5 MHz, 8 MHz and 10 MHz. 15
  • 16. ď‚—VCC is power supply signal. ď‚—+5V DC is supplied through this pin. ď‚—VSS is ground signal. 16
  • 17. ď‚—8086 works in two modes: ď‚  Minimum Mode ď‚  Maximum Mode ď‚—If MN/MX is high, it works in minimum mode. ď‚—If MN/MX is low, it works in maximum mode. 17
  • 18. ď‚—Pins 24 to 31 issue two different sets of signals. ď‚—One set of signals is issued when CPU operates in minimum mode. ď‚—Other set of signals is issued when CPU operates in maximum mode. 18
  • 19. 19
  • 20. ď‚—This is an interrupt acknowledge signal. ď‚—When microprocessor receives INTR signal, it acknowledges the interrupt by generating this signal. ď‚—It is an active low signal. 20
  • 21. ď‚— This is an Address Latch Enable signal. ď‚— It indicates that valid address is available on bus AD0 – AD15. ď‚— It is an active high signal and remains high during T1 state. ď‚— It is connected to enable pin of latch 8282. 21
  • 22. ď‚—This is a Data Enable signal. ď‚—This signal is used to enable the transceiver 8286. ď‚—Transceiver is used to separate the data from the address/data bus. ď‚—It is an active low signal. 22
  • 23. ď‚—This is a Data Transmit/Receive signal. ď‚—It decides the direction of data flow through the transceiver. ď‚—When it is high, data is transmitted out. ď‚—When it is low, data is received in. 23
  • 24. ď‚—This signal is issued by the microprocessor to distinguish memory access from I/O access. ď‚—When it is high, memory is accessed. ď‚—When it is low, I/O devices are accessed. 24
  • 25. ď‚—It is a Write signal. ď‚—It is used to write data in memory or output device depending on the status of M/IO signal. ď‚—It is an active low signal. 25
  • 26. ď‚—It is a Hold Acknowledge signal. ď‚—It is issued after receiving the HOLD signal. ď‚—It is an active high signal. 26
  • 27. ď‚—When DMA controller needs to use address/data bus, it sends a request to the CPU through this pin. ď‚—It is an active high signal. ď‚—When microprocessor receives HOLD signal, it issues HLDA signal to the DMA controller. 27
  • 28. 28
  • 29. ď‚—These pins provide the status of instruction queue. QS1 QS0 Status 0 0 No operation 0 1 1st byte of opcode from queue 1 0 Empty queue 1 1 Subsequent byte from queue 29
  • 30. ď‚—These status signals indicate the operation being done by the microprocessor. ď‚—This information is required by the Bus Controller 8288. ď‚—Bus controller 8288 generates all memory and I/O control signals. 30
  • 31. S2 S1 S0 Status 0 0 0 Interrupt Acknowledge 0 0 1 I/O Read 0 1 0 I/O Write 0 1 1 Halt 1 0 0 Opcode Fetch 1 0 1 Memory Read 1 1 0 Memory Write 1 1 1 Passive 31
  • 32. ď‚— This signal indicates that other processors should not ask CPU to relinquish the system bus. ď‚— When it goes low, all interrupts are masked and HOLD request is not granted. ď‚— This pin is activated by using LOCK prefix on any instruction. 32
  • 33. ď‚— These pins. are Request/Grant ď‚— Other processors request the CPU through these lines to release the system bus. ď‚— After receiving the request, CPU sends acknowledge signal on the same lines. ď‚— RQ/GT0 has higher priority than RQ/GT1. 33
  • 34. ď‚—The READY input causes wait states for slower memory & I/O components. ď‚—A wait state(Tw) is an extra clocking period, inserted between T2 & T3, that lengthens the bus cycle. ď‚—If one wait state in inserted, then the memory access time, normally 460 ns with a 5 MHz clock, is lengthened by one clocking period (200ns) to 660 ns.
  • 35. m 35
  • 36. m 36
  • 37. m 37
  • 38. a 38
  • 39. a 39
  • 40. a 40
  • 41. 41