SlideShare a Scribd company logo
1 of 33
1
10/9/2023
Intel 8086
 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
10/9/2023
Intel 8086
 It is available in three
versions:
 8086 (5 MHz)
 8086-2 (8 MHz)
 8086-1 (10 MHz)
 It consists of 29,000
transistors.
3
10/9/2023
Intel 8086
 It has a 16 line data
bus.
 And 20 line address
bus.
 It could address up to
1 MB of memory.
 It has more than
20,000 instructions.
 It supports
multiplication and
division.
4
10/9/2023
Pin Diagram of Intel 8086
5
10/9/2023
AD0 – AD15
Pin 16-2, 39 (Bi-directional)
 These lines are multiplexed bi-
directional 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
10/9/2023
A19/S6, A18/S5, A17/S4, A16/S3
Pin 35-38 (Unidirectional)
 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
10/9/2023
BHE / S7
Pin 34 (Output)
 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
10/9/2023
RD (Read)
Pin 32 (Output)
 It is a read signal used for
read operation.
 It is an output signal.
 It is an active low signal.
9
10/9/2023
READY
Pin 22 (Input)
 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
RESET
Pin 21 (Input)
 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
10/9/2023
INTR
Pin 18 (Input)
 It is an interrupt request
signal.
 It is active high.
 It is level triggered.
12
Gursharan Singh Tatla
10/9/2023
NMI
Pin 17 (Input)
 It is a non-maskable
interrupt signal.
 It is an active high.
 It is an edge triggered
interrupt.
13
10/9/2023
TEST
Pin 23 (Input)
 It is used to test the
status of math co-
processor 8087.
 The BUSY pin of 8087 is
connected to this pin of
8086.
 If low, execution continues
else microprocessor is in
wait state.
14
10/9/2023
CLK
Pin 19 (Input)
 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 and VSS
Pin 40 and Pin 20 (Input)
 VCC is power supply signal.
 +5V DC is supplied
through this pin.
 VSS is ground signal.
16
10/9/2023
MN / MX
Pin 33 (Input)
 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
10/9/2023
MN / MX
Pin 33 (Input)
 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
10/9/2023
Pin Description for
Minimum Mode
19
10/9/2023
INTA
Pin 24 (Output)
 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
ALE
Pin 25 (Output)
 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
10/9/2023
DEN
Pin 26 (Output)
 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
10/9/2023
DT / R
Pin 27 (Output)
 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
10/9/2023
M / IO
Pin 28 (Output)
 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
10/9/2023
WR
Pin 29 (Output)
 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
10/9/2023
HLDA
Pin 30 (Output)
 It is a Hold Acknowledge
signal.
 It is issued after receiving
the HOLD signal.
 It is an active high signal.
26
HOLD
Pin 31 (Input)
 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
10/9/2023
Pin Description for
Maximum Mode
28
Gursharan Singh Tatla
10/9/2023
QS1 and QS0
Pin 24 and 25 (Output)
 These pins provide the
status of instruction
queue.
29
Gursharan Singh Tatla
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
10/9/2023
S0, S1, S2
Pin 26, 27, 28 (Output)
 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
10/9/2023
S0, S1, S2
Pin 26, 27, 28 (Output)
31
Gursharan Singh Tatla
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
10/9/2023
LOCK
Pin 29 (Output)
 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
10/9/2023
RQ/GT1 and RQ/GT0
Pin 30 and 31 (Bi-directional)
 These are Request/Grant
pins.
 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
Gursharan Singh Tatla
10/9/2023

More Related Content

Similar to 8086 pin details.ppt

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
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfVisheshYadav38
 
8086 Microprocessor powerpoint
8086  Microprocessor  powerpoint8086  Microprocessor  powerpoint
8086 Microprocessor powerpointRandhir Kumar
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptxparul757596
 
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
 
Management of system software
Management of system softwareManagement of system software
Management of system softwareAryaChandran13
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessorSManjula2
 
Computer Engineering II Year.pdf
Computer Engineering II Year.pdfComputer Engineering II Year.pdf
Computer Engineering II Year.pdfChandraSekhar167698
 
29. 8086 microprocessor pin diagram
29. 8086 microprocessor pin diagram29. 8086 microprocessor pin diagram
29. 8086 microprocessor pin diagramsandip das
 

Similar to 8086 pin details.ppt (20)

8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 Microprocessor
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptx
 
Microprocessor
Microprocessor Microprocessor
Microprocessor
 
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
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdf
 
8086slide
8086slide8086slide
8086slide
 
8086.pptx
8086.pptx8086.pptx
8086.pptx
 
Microprocessor 8086
Microprocessor 8086Microprocessor 8086
Microprocessor 8086
 
8086 Microprocessor powerpoint
8086  Microprocessor  powerpoint8086  Microprocessor  powerpoint
8086 Microprocessor powerpoint
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSOR
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptx
 
8086 signals
8086 signals8086 signals
8086 signals
 
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
 
Management of system software
Management of system softwareManagement of system software
Management of system software
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdf
 
8086 Microprocessor
8086  Microprocessor8086  Microprocessor
8086 Microprocessor
 
Computer Engineering II Year.pdf
Computer Engineering II Year.pdfComputer Engineering II Year.pdf
Computer Engineering II Year.pdf
 
Pin description of 8086
Pin description of 8086Pin description of 8086
Pin description of 8086
 
29. 8086 microprocessor pin diagram
29. 8086 microprocessor pin diagram29. 8086 microprocessor pin diagram
29. 8086 microprocessor pin diagram
 

Recently uploaded

Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...Pooja Nehwal
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Pooja Nehwal
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...motiram463
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhisoniya singh
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Naicy mandal
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...Suhani Kapoor
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointGetawu
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样qaffana
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 

Recently uploaded (20)

young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
 
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
 
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | DelhiFULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
FULL ENJOY - 8264348440 Call Girls in Hauz Khas | Delhi
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
 
Call Girls In Vaishali 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vaishali 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Vaishali 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vaishali 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 

8086 pin details.ppt

  • 2. Intel 8086  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 10/9/2023
  • 3. Intel 8086  It is available in three versions:  8086 (5 MHz)  8086-2 (8 MHz)  8086-1 (10 MHz)  It consists of 29,000 transistors. 3 10/9/2023
  • 4. Intel 8086  It has a 16 line data bus.  And 20 line address bus.  It could address up to 1 MB of memory.  It has more than 20,000 instructions.  It supports multiplication and division. 4 10/9/2023
  • 5. Pin Diagram of Intel 8086 5 10/9/2023
  • 6. AD0 – AD15 Pin 16-2, 39 (Bi-directional)  These lines are multiplexed bi- directional 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 10/9/2023
  • 7. A19/S6, A18/S5, A17/S4, A16/S3 Pin 35-38 (Unidirectional)  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 10/9/2023
  • 8. BHE / S7 Pin 34 (Output)  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 10/9/2023
  • 9. RD (Read) Pin 32 (Output)  It is a read signal used for read operation.  It is an output signal.  It is an active low signal. 9 10/9/2023
  • 10. READY Pin 22 (Input)  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. RESET Pin 21 (Input)  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 10/9/2023
  • 12. INTR Pin 18 (Input)  It is an interrupt request signal.  It is active high.  It is level triggered. 12 Gursharan Singh Tatla 10/9/2023
  • 13. NMI Pin 17 (Input)  It is a non-maskable interrupt signal.  It is an active high.  It is an edge triggered interrupt. 13 10/9/2023
  • 14. TEST Pin 23 (Input)  It is used to test the status of math co- processor 8087.  The BUSY pin of 8087 is connected to this pin of 8086.  If low, execution continues else microprocessor is in wait state. 14 10/9/2023
  • 15. CLK Pin 19 (Input)  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 and VSS Pin 40 and Pin 20 (Input)  VCC is power supply signal.  +5V DC is supplied through this pin.  VSS is ground signal. 16 10/9/2023
  • 17. MN / MX Pin 33 (Input)  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 10/9/2023
  • 18. MN / MX Pin 33 (Input)  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 10/9/2023
  • 19. Pin Description for Minimum Mode 19 10/9/2023
  • 20. INTA Pin 24 (Output)  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. ALE Pin 25 (Output)  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 10/9/2023
  • 22. DEN Pin 26 (Output)  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 10/9/2023
  • 23. DT / R Pin 27 (Output)  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 10/9/2023
  • 24. M / IO Pin 28 (Output)  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 10/9/2023
  • 25. WR Pin 29 (Output)  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 10/9/2023
  • 26. HLDA Pin 30 (Output)  It is a Hold Acknowledge signal.  It is issued after receiving the HOLD signal.  It is an active high signal. 26
  • 27. HOLD Pin 31 (Input)  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 10/9/2023
  • 28. Pin Description for Maximum Mode 28 Gursharan Singh Tatla 10/9/2023
  • 29. QS1 and QS0 Pin 24 and 25 (Output)  These pins provide the status of instruction queue. 29 Gursharan Singh Tatla 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 10/9/2023
  • 30. S0, S1, S2 Pin 26, 27, 28 (Output)  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 10/9/2023
  • 31. S0, S1, S2 Pin 26, 27, 28 (Output) 31 Gursharan Singh Tatla 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 10/9/2023
  • 32. LOCK Pin 29 (Output)  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 10/9/2023
  • 33. RQ/GT1 and RQ/GT0 Pin 30 and 31 (Bi-directional)  These are Request/Grant pins.  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 Gursharan Singh Tatla 10/9/2023