SlideShare a Scribd company logo
1 of 31
Download to read offline
THE 8086 MICROPROCESSORS In
Minimum & Maximum mode
Prepared By pdfshare
Pin layout of the 8086
Prepared By pdfshare
Minimum-Mode and Maximum-
Mode System
ī‚´
Prepared By pdfshare
Minimum-Mode and Maximum-
Mode System (cont.)
Signals common to both minimum and maximum mode
S4 S3 Function
0 0 Extra segment
0 0 Stack segment
1 0 Code or no segment
1 1 Data segment
Prepared By pdfshare
Minimum-Mode and Maximum-
Mode System (cont.)
Unique minimum-mode signalsPrepared By pdfshare
Minimum-Mode and Maximum-
Mode System (cont.)
Unique maximum-mode signals
Prepared By pdfshare
Minimum mode 8086 system
Prepared By pdfshare
Minimum mode 8086 system
ī‚´ In a minimum mode 8086 system, the microprocessor 8086 is operated in
minimum mode by strapping its MN/MX pin to logic 1.
ī‚´ In this mode, all the control signals are given out by the microprocessor chip
itself. There is a single microprocessor in the minimum mode system.
ī‚´ The remaining components in the system are latches, transceivers, clock
generator, memory and I/O devices.
ī‚´ The clock generator also synchronizes some external signal with the system
clock.
ī‚´ It has 20 address lines and 16 data lines, the 8086 CPU requires three octal
address latches and two octal data buffers for the complete address and data
separation.
Prepared By pdfshare
Minimum mode 8086 system continueâ€Ļ
ī‚´ Latches : They are generally buffered output D-type flip-flops like 74LS373 or
8282. They are used for separating the valid address from the multiplexed
address/data signals and are controlled by the ALE signal generated by 8086.
ī‚´ Trans-receivers are the bidirectional buffers and some times they are called as
data amplifiers. They are required to separate the valid data from the time
multiplexed address/data signals.
ī‚´ They are controlled by two signals namely, DEN and DT/R.
ī‚´ The DEN signal indicates the availability of valid data over the address/data
lines. The DT/R signal indicates direction of data, i.e. from or to the processor.
ī‚´ Usually, EPROM are used for monitor storage, while RAM for users program
storage. A system may contain I/O devices.
Prepared By pdfshare
Minimum Mode Pins
Prepared By pdfshare
Status Pins
ī‚´ S2 S1 S0 Function
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
Prepared By pdfshare
Queue status
Prepared By pdfshare
Read Bus Cycle (cont.)
Minimum-mode memory read bus cycle of the 8086
Prepared By pdfshare
Minimum mode - READ
ī‚´Hence the timing diagram can be categorized in two parts,
ī‚´the timing diagram for read cycle
ī‚´the timing diagram for write cycle.
ī‚´The read cycle begins in T1 with the assertion of address latch
enable (ALE) signal and also M / IO signal.
ī‚´During the negative going edge of this signal, the valid address
is latched on the local bus.
Prepared By pdfshare
Minimum mode – READ continueâ€Ļ
ī‚´ The BHE and A0 signals address low, high or both bytes. From T1 to T4
, the M/IO signal indicates a memory or I/O operation.
ī‚´ At T2, the address is removed from the local bus and is sent to the
output. The bus is then tri-stated. The read (RD) control signal is also
activated in T2.
ī‚´ The read (RD) signal causes the address device to enable its data bus
drivers. After RD goes low, the valid data is available on the data bus.
ī‚´ The addressed device will drive the READY line high. When the
processor returns the read signal to high level, the addressed device will
again tri-state its bus drivers.
Prepared By pdfshare
Read Bus Cycle (cont.)
Minimum-mode memory read bus cycle of the 8086
Prepared By pdfshare
Minimum mode - Write
ī‚´ A write cycle also begins with the assertion of ALE and the emission
of the address. The M/IO signal is again asserted to indicate a
memory or I/O operation. In T2, after sending the address in T1, the
processor sends the data to be written to the addressed location.
ī‚´ The data remains on the bus until middle of T4 state. The WR
becomes active at the beginning of T2 (unlike RD is somewhat
delayed in T2 to provide time for floating).
ī‚´ The BHE and A0 signals are used to select the proper byte or bytes
of memory or I/O word to be read or write.
ī‚´ The M/IO, RD and WR signals indicate the type of data transfer as
specified in table below.
Prepared By pdfshare
Maximum mode 8086 system
Prepared By pdfshare
Maximum mode 8086 system continueâ€Ļ
ī‚´In the maximum mode, the 8086 is operated by
strapping the MN/MX pin to ground.
ī‚´In this mode, the processor derives the status signal S2,
S1, S0. Another chip called bus controller derives the
control signal using this status information .
ī‚´In the maximum mode, there may be more than one
microprocessor in the system configuration.
ī‚´The components in the system are same as in the
minimum mode system.
Prepared By pdfshare
Maximum mode 8086 system continueâ€Ļ
ī‚´ The basic function of the bus controller chip IC8288, is to
derive control signals like RD and WR ( for memory and
I/O devices), DEN, DT/R, ALE etc. using the information
by the processor on the status lines.
ī‚´ The bus controller chip has input lines S2, S1, S0 and
CLK. These inputs to 8288 are driven by CPU.
ī‚´ It derives the outputs ALE, DEN, DT/R, MRDC, MWTC,
AMWC, IORC, IOWC and AIOWC. The AEN, IOB and
CEN pins are specially useful for multiprocessor systems.
Prepared By pdfshare
Maximum mode continueâ€Ļ
ī‚´ AEN and IOB are generally grounded. CEN pin is usually tied to +5V. The
significance of the MCE/PDEN output depends upon the status of the IOB
pin.
ī‚´ If IOB is grounded, it acts as master cascade enable to control cascade
8259A, else it acts as peripheral data enable used in the multiple bus
configurations.
ī‚´ INTA pin used to issue two interrupt acknowledge pulses to the interrupt
controller or to an interrupting device. IORC, IOWC are I/O read command
and I/O write command signals respectively . These signals enable an IO
interface to read or write the data from or to the address port.
ī‚´ The MRDC, MWTC are memory read command and memory write
command signals respectively and may be used as memory read or write
signals.
ī‚´ All these command signals instructs the memory to accept or send data from
or to the bus.
ī‚´ For both of these write command signals, the advanced signals namely
AIOWC and AMWTC are available.
Prepared By pdfshare
Maximum-Mode Interface (cont.)
ī‚´ 8288 bus controller
Bus status code
S2 S1 S0 Function
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
Prepared By pdfshare
Memory Control Signals (cont.)
ī‚´ Maximum-mode memory control signals
ī‚´ MRDC – Memory Read Command ô€‚™
ī‚´ MWTC – Memory Write Command ô€‚™
ī‚´ AMWC – Advanced Memory Write Command
Prepared By pdfshare
Read and Write Bus Cycle (cont.)
ī‚´ Write cycle
Maximum-mode memory write bus cycle of the 8086Prepared By pdfshare
Read and Write Bus Cycle (cont.)
Read cycle
Maximum-mode memory read bus cycle of the 8086Prepared By pdfshare
Isolated Input/Output Interface
ī‚´ Minimum-mode interface
Minimum-mode 8086 system I/O interface
Isolated Input/Output Interface (cont.)
ī‚´ Maximum-mode interface
Maximum-mode 8086 system I/O interface
Isolated Input/Output Interface (cont.)
ī‚´ Maximum-mode interface
I/O bus cycle status codes
Input/Output Bus Cycles (cont.)
ī‚´ Input bus cycle of the 8086
Input/Output Bus Cycles (cont.)
ī‚´ Output bus cycle of the 8086
Prepared By PDFSHARE
Prepared By pdfshare

More Related Content

What's hot

Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacingdeval patel
 
PIC 16F877A by PARTHIBAN. S.
PIC 16F877A   by PARTHIBAN. S.PIC 16F877A   by PARTHIBAN. S.
PIC 16F877A by PARTHIBAN. S.parthi_arjun
 
8086 pin details
8086 pin details8086 pin details
8086 pin detailsAJAL A J
 
8257 DMA Controller
8257 DMA Controller8257 DMA Controller
8257 DMA ControllerShivamSood22
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051SARITHA REDDY
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O portsanishgoel
 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction setAndri Prastiyo
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controllerabhikalmegh
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architectureprasadpawaskar
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacingKanchanPatil34
 
Interrupts of 8086
Interrupts of 8086Interrupts of 8086
Interrupts of 8086Albin Panakkal
 
8237 dma controller
8237 dma controller8237 dma controller
8237 dma controllerTech_MX
 
8051 memory
8051 memory8051 memory
8051 memoryMayank Garg
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051hello_priti
 
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
 
8051 block diagram
8051 block diagram8051 block diagram
8051 block diagramDominicHendry
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 MicroprocessorNahian Ahmed
 

What's hot (20)

Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacing
 
PIC 16F877A by PARTHIBAN. S.
PIC 16F877A   by PARTHIBAN. S.PIC 16F877A   by PARTHIBAN. S.
PIC 16F877A by PARTHIBAN. S.
 
Unit 2 mpmc
Unit 2 mpmcUnit 2 mpmc
Unit 2 mpmc
 
8086 pin details
8086 pin details8086 pin details
8086 pin details
 
8257 DMA Controller
8257 DMA Controller8257 DMA Controller
8257 DMA Controller
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O ports
 
8051 instruction set
8051 instruction set8051 instruction set
8051 instruction set
 
LCD Interacing with 8051
LCD Interacing with 8051LCD Interacing with 8051
LCD Interacing with 8051
 
8086
80868086
8086
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architecture
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacing
 
Interrupts of 8086
Interrupts of 8086Interrupts of 8086
Interrupts of 8086
 
8237 dma controller
8237 dma controller8237 dma controller
8237 dma controller
 
8051 memory
8051 memory8051 memory
8051 memory
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051
 
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
 
8051 block diagram
8051 block diagram8051 block diagram
8051 block diagram
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 Microprocessor
 

Viewers also liked

8086 in minimum mode
8086 in minimum mode8086 in minimum mode
8086 in minimum modeSridari Iyer
 
8086 addressing modes
8086 addressing modes8086 addressing modes
8086 addressing modesj4jiet
 
Addressing Modes Of 8086
Addressing Modes Of 8086Addressing Modes Of 8086
Addressing Modes Of 8086Ikhlas Rahman
 
Memory Segmentation of 8086
Memory Segmentation of 8086Memory Segmentation of 8086
Memory Segmentation of 8086Nikhil Kumar
 
Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Jismy .K.Jose
 
1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessortechbed
 
1327 Addressing Modes Of 8086
1327 Addressing Modes Of 80861327 Addressing Modes Of 8086
1327 Addressing Modes Of 8086techbed
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 80869840596838
 
Interrupts of microprocessor 8085
Interrupts of microprocessor  8085Interrupts of microprocessor  8085
Interrupts of microprocessor 8085mujeebkhanelectronic
 

Viewers also liked (9)

8086 in minimum mode
8086 in minimum mode8086 in minimum mode
8086 in minimum mode
 
8086 addressing modes
8086 addressing modes8086 addressing modes
8086 addressing modes
 
Addressing Modes Of 8086
Addressing Modes Of 8086Addressing Modes Of 8086
Addressing Modes Of 8086
 
Memory Segmentation of 8086
Memory Segmentation of 8086Memory Segmentation of 8086
Memory Segmentation of 8086
 
Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086
 
1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor1326 Introduction To 8086 Microprocessor
1326 Introduction To 8086 Microprocessor
 
1327 Addressing Modes Of 8086
1327 Addressing Modes Of 80861327 Addressing Modes Of 8086
1327 Addressing Modes Of 8086
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086
 
Interrupts of microprocessor 8085
Interrupts of microprocessor  8085Interrupts of microprocessor  8085
Interrupts of microprocessor 8085
 

Similar to 8086 modes

Chapter 2_1(8086 System configuration).pptx
Chapter 2_1(8086 System configuration).pptxChapter 2_1(8086 System configuration).pptx
Chapter 2_1(8086 System configuration).pptxmelaku76
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdfssuserdd904d
 
3 L pin diagram.pptx
3 L pin diagram.pptx3 L pin diagram.pptx
3 L pin diagram.pptxPoonamarora73
 
8086-microprocessor
8086-microprocessor8086-microprocessor
8086-microprocessorjhcid
 
architecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxarchitecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxDrVikasMahor
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptxparul757596
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfVisheshYadav38
 
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 introduction.pptx
8086 introduction.pptx8086 introduction.pptx
8086 introduction.pptxkirankumar423676
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptxJahedulIslam53
 
8086 Programing.ppt
8086 Programing.ppt8086 Programing.ppt
8086 Programing.pptDrRRAMAN
 
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
 
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptx
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptxMAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptx
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptxZadockMaloba
 

Similar to 8086 modes (20)

Chapter 2_1(8086 System configuration).pptx
Chapter 2_1(8086 System configuration).pptxChapter 2_1(8086 System configuration).pptx
Chapter 2_1(8086 System configuration).pptx
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdf
 
8086 micro processor
8086 micro processor8086 micro processor
8086 micro processor
 
3 L pin diagram.pptx
3 L pin diagram.pptx3 L pin diagram.pptx
3 L pin diagram.pptx
 
8086-microprocessor
8086-microprocessor8086-microprocessor
8086-microprocessor
 
Pin8086
Pin8086Pin8086
Pin8086
 
8086 complete guide
8086 complete guide 8086 complete guide
8086 complete guide
 
architecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxarchitecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptx
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptx
 
8086.pptx
8086.pptx8086.pptx
8086.pptx
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdf
 
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 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
8086 introduction.pptx
8086 introduction.pptx8086 introduction.pptx
8086 introduction.pptx
 
8086slide
8086slide8086slide
8086slide
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptx
 
8086 Programing.ppt
8086 Programing.ppt8086 Programing.ppt
8086 Programing.ppt
 
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
 
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptx
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptxMAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptx
MAXIMUM MODE OF 8086 MICROPROCESSOR-1.pptx
 

Recently uploaded

computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 

Recently uploaded (20)

computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
Call Us â‰Ŋ 8377877756 â‰ŧ Call Girls In Shastri Nagar (Delhi)
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡ī¸9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 

8086 modes

  • 1. THE 8086 MICROPROCESSORS In Minimum & Maximum mode Prepared By pdfshare
  • 2. Pin layout of the 8086 Prepared By pdfshare
  • 3. Minimum-Mode and Maximum- Mode System ī‚´ Prepared By pdfshare
  • 4. Minimum-Mode and Maximum- Mode System (cont.) Signals common to both minimum and maximum mode S4 S3 Function 0 0 Extra segment 0 0 Stack segment 1 0 Code or no segment 1 1 Data segment Prepared By pdfshare
  • 5. Minimum-Mode and Maximum- Mode System (cont.) Unique minimum-mode signalsPrepared By pdfshare
  • 6. Minimum-Mode and Maximum- Mode System (cont.) Unique maximum-mode signals Prepared By pdfshare
  • 7. Minimum mode 8086 system Prepared By pdfshare
  • 8. Minimum mode 8086 system ī‚´ In a minimum mode 8086 system, the microprocessor 8086 is operated in minimum mode by strapping its MN/MX pin to logic 1. ī‚´ In this mode, all the control signals are given out by the microprocessor chip itself. There is a single microprocessor in the minimum mode system. ī‚´ The remaining components in the system are latches, transceivers, clock generator, memory and I/O devices. ī‚´ The clock generator also synchronizes some external signal with the system clock. ī‚´ It has 20 address lines and 16 data lines, the 8086 CPU requires three octal address latches and two octal data buffers for the complete address and data separation. Prepared By pdfshare
  • 9. Minimum mode 8086 system continueâ€Ļ ī‚´ Latches : They are generally buffered output D-type flip-flops like 74LS373 or 8282. They are used for separating the valid address from the multiplexed address/data signals and are controlled by the ALE signal generated by 8086. ī‚´ Trans-receivers are the bidirectional buffers and some times they are called as data amplifiers. They are required to separate the valid data from the time multiplexed address/data signals. ī‚´ They are controlled by two signals namely, DEN and DT/R. ī‚´ The DEN signal indicates the availability of valid data over the address/data lines. The DT/R signal indicates direction of data, i.e. from or to the processor. ī‚´ Usually, EPROM are used for monitor storage, while RAM for users program storage. A system may contain I/O devices. Prepared By pdfshare
  • 11. Status Pins ī‚´ S2 S1 S0 Function 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 Prepared By pdfshare
  • 13. Read Bus Cycle (cont.) Minimum-mode memory read bus cycle of the 8086 Prepared By pdfshare
  • 14. Minimum mode - READ ī‚´Hence the timing diagram can be categorized in two parts, ī‚´the timing diagram for read cycle ī‚´the timing diagram for write cycle. ī‚´The read cycle begins in T1 with the assertion of address latch enable (ALE) signal and also M / IO signal. ī‚´During the negative going edge of this signal, the valid address is latched on the local bus. Prepared By pdfshare
  • 15. Minimum mode – READ continueâ€Ļ ī‚´ The BHE and A0 signals address low, high or both bytes. From T1 to T4 , the M/IO signal indicates a memory or I/O operation. ī‚´ At T2, the address is removed from the local bus and is sent to the output. The bus is then tri-stated. The read (RD) control signal is also activated in T2. ī‚´ The read (RD) signal causes the address device to enable its data bus drivers. After RD goes low, the valid data is available on the data bus. ī‚´ The addressed device will drive the READY line high. When the processor returns the read signal to high level, the addressed device will again tri-state its bus drivers. Prepared By pdfshare
  • 16. Read Bus Cycle (cont.) Minimum-mode memory read bus cycle of the 8086 Prepared By pdfshare
  • 17. Minimum mode - Write ī‚´ A write cycle also begins with the assertion of ALE and the emission of the address. The M/IO signal is again asserted to indicate a memory or I/O operation. In T2, after sending the address in T1, the processor sends the data to be written to the addressed location. ī‚´ The data remains on the bus until middle of T4 state. The WR becomes active at the beginning of T2 (unlike RD is somewhat delayed in T2 to provide time for floating). ī‚´ The BHE and A0 signals are used to select the proper byte or bytes of memory or I/O word to be read or write. ī‚´ The M/IO, RD and WR signals indicate the type of data transfer as specified in table below. Prepared By pdfshare
  • 18. Maximum mode 8086 system Prepared By pdfshare
  • 19. Maximum mode 8086 system continueâ€Ļ ī‚´In the maximum mode, the 8086 is operated by strapping the MN/MX pin to ground. ī‚´In this mode, the processor derives the status signal S2, S1, S0. Another chip called bus controller derives the control signal using this status information . ī‚´In the maximum mode, there may be more than one microprocessor in the system configuration. ī‚´The components in the system are same as in the minimum mode system. Prepared By pdfshare
  • 20. Maximum mode 8086 system continueâ€Ļ ī‚´ The basic function of the bus controller chip IC8288, is to derive control signals like RD and WR ( for memory and I/O devices), DEN, DT/R, ALE etc. using the information by the processor on the status lines. ī‚´ The bus controller chip has input lines S2, S1, S0 and CLK. These inputs to 8288 are driven by CPU. ī‚´ It derives the outputs ALE, DEN, DT/R, MRDC, MWTC, AMWC, IORC, IOWC and AIOWC. The AEN, IOB and CEN pins are specially useful for multiprocessor systems. Prepared By pdfshare
  • 21. Maximum mode continueâ€Ļ ī‚´ AEN and IOB are generally grounded. CEN pin is usually tied to +5V. The significance of the MCE/PDEN output depends upon the status of the IOB pin. ī‚´ If IOB is grounded, it acts as master cascade enable to control cascade 8259A, else it acts as peripheral data enable used in the multiple bus configurations. ī‚´ INTA pin used to issue two interrupt acknowledge pulses to the interrupt controller or to an interrupting device. IORC, IOWC are I/O read command and I/O write command signals respectively . These signals enable an IO interface to read or write the data from or to the address port. ī‚´ The MRDC, MWTC are memory read command and memory write command signals respectively and may be used as memory read or write signals. ī‚´ All these command signals instructs the memory to accept or send data from or to the bus. ī‚´ For both of these write command signals, the advanced signals namely AIOWC and AMWTC are available. Prepared By pdfshare
  • 22. Maximum-Mode Interface (cont.) ī‚´ 8288 bus controller Bus status code S2 S1 S0 Function 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 Prepared By pdfshare
  • 23. Memory Control Signals (cont.) ī‚´ Maximum-mode memory control signals ī‚´ MRDC – Memory Read Command ô€‚™ ī‚´ MWTC – Memory Write Command ô€‚™ ī‚´ AMWC – Advanced Memory Write Command Prepared By pdfshare
  • 24. Read and Write Bus Cycle (cont.) ī‚´ Write cycle Maximum-mode memory write bus cycle of the 8086Prepared By pdfshare
  • 25. Read and Write Bus Cycle (cont.) Read cycle Maximum-mode memory read bus cycle of the 8086Prepared By pdfshare
  • 26. Isolated Input/Output Interface ī‚´ Minimum-mode interface Minimum-mode 8086 system I/O interface
  • 27. Isolated Input/Output Interface (cont.) ī‚´ Maximum-mode interface Maximum-mode 8086 system I/O interface
  • 28. Isolated Input/Output Interface (cont.) ī‚´ Maximum-mode interface I/O bus cycle status codes
  • 29. Input/Output Bus Cycles (cont.) ī‚´ Input bus cycle of the 8086
  • 30. Input/Output Bus Cycles (cont.) ī‚´ Output bus cycle of the 8086