8086 PIN DIAGRAM Hitesh Lad 8086 Pin diagram

  • Slides: 38
Download presentation
8086 PIN DIAGRAM Hitesh Lad

8086 PIN DIAGRAM Hitesh Lad

8086 Pin diagram 8086 is a 40 pin DIP using MOS technology. It has

8086 Pin diagram 8086 is a 40 pin DIP using MOS technology. It has 2 GND’s as circuit complexity demands a large amount of current flowing through the circuits, and multiple grounds help in dissipating the accumulated heat etc. 8086 works on two modes of operation namely, Maximum Mode and Minimum Mode.

POWER CONNECTIONS GND 1 40 8086 CLK 19 GND 20 VCC Pin Description: GND

POWER CONNECTIONS GND 1 40 8086 CLK 19 GND 20 VCC Pin Description: GND – Pin no. 1, 20 Ground CLK – Pin no. 19 – Type I Clock: provides the basic timing for the processor and bus controller. It is asymmetric with a 33% duty cycle to provide optimized internal timing. VCC – Pin no. 40 VCC: +5 V power supply pin

ADDRESS/ DATA LINES AD 14 AD 13 AD 12 AD 11 2 3 4

ADDRESS/ DATA LINES AD 14 AD 13 AD 12 AD 11 2 3 4 5 AD 10 AD 9 6 7 8 9 10 11 12 AD 8 AD 7 AD 6 AD 5 AD 4 AD 3 AD 2 AD 1 AD 0 39 AD 15 8086 13 14 15 16 Continued…

Pin Description AD 15 -AD 0 – Pin no. 2 -16, 39 – Type

Pin Description AD 15 -AD 0 – Pin no. 2 -16, 39 – Type I/O Address Data bus: These lines constitute the time multiplexed memory/ IO address (T 1) and data (T 2, T 3, TW, T 4) bus. A 0 is analogous to BHE* for the lower byte of the data bus, pins D 7 -D 0. It is low when a byte is to be transferred on the lower portion of the bus in memory or I/O operations. Eight –bit oriented devices tied to the lower half would normally use A 0 to condition chip select functions. These lines are active HIGH and float to 3 -state OFF during interrupt acknowledge and local bus “hold acknowledge”.

ADDRESS LINES A 14 A 13 A 12 A 11 A 10 A 9

ADDRESS LINES A 14 A 13 A 12 A 11 A 10 A 9 A 8 A 7 A 6 A 5 A 4 A 3 A 2 A 1 A 0 2 3 4 5 6 7 8 9 10 11 39 A 15 38 37 8086 36 35 12 13 14 15 16 Continued…

A 19/S 6, A 18/S 5, A 17/S 4, A 16/S 3 – Pin

A 19/S 6, A 18/S 5, A 17/S 4, A 16/S 3 – Pin no. 35 -38 – Type O Address / Status: During T 1 these are the four most significant address lines for memory operations. During I/O operations these lines are low. During memory and I/O operations, status information is available on these lines during T 2, T 3, TW and T 4. The status of the interrupt enable FLAG bit (S 5) is updated at the beginning of each CLK cycle. A 17/S 4 and A 16/S 3 are encoded as shown. Continued…

A 17/S 4 0 (LOW) 0 1(HIGH) A 16/S 3 0 1 0 Characteristics

A 17/S 4 0 (LOW) 0 1(HIGH) A 16/S 3 0 1 0 Characteristics Alternate Data Stack Code or None 1 S 6 is 0 (LOW) 1 Data This information indicates which relocation register is presently being used for data accessing. These lines float to 3 -state OFF during local bus “hold acknowledge”.

STATUS PINS S 0 -S 7 8086 38 S 3 37 S 4 36

STATUS PINS S 0 -S 7 8086 38 S 3 37 S 4 36 S 5 35 S 6 34 S 7 28 27 26 Continued…

PIN DESCRIPTION , , - Pin no. 26, 27, 28 – Type O Status:

PIN DESCRIPTION , , - Pin no. 26, 27, 28 – Type O Status: active during T 4, T 1 and T 2 and is returned to the passive state (1, 1, 1) during T 3 or during TW when READY is HIGH. This status is used by the 8288 Bus Controller to generate all memory and I/O access control signals. Any change by , or during T 4 is used to indicate the beginning of a bus cycle and the return to the passive state in T 3 or TW is used to indicate the end of a bus cycle. Continued…

These signals float to 3 -state OFF in “hold acknowledge”. These status lines are

These signals float to 3 -state OFF in “hold acknowledge”. These status lines are encoded as shown. S 2* S 1* S 0* Characteristics 0(LOW) 0 0 Interrupt acknowledge 0 0 1 Read I/O Port 0 1 0 Write I/O Port 0 1 1 Halt 1(HIGH) 0 0 Code Access 1 0 1 Read Memory 1 1 0 Write Memory 1 1 1 Passive Continued…

STATUS DETAILS Indication 0 0 1 1 0 1 0 1 Interrupt Acknowledge Read

STATUS DETAILS Indication 0 0 1 1 0 1 0 1 Interrupt Acknowledge Read I/O port Write I/O port Halt Code access Read memory Write memory Passive Continued…

S 4 S 3 Indications 0 0 Alternate data 0 1 Stack 1 0

S 4 S 3 Indications 0 0 Alternate data 0 1 Stack 1 0 Code or none 1 1 Data Continued…

----- Value of Interrupt Enable flag ----- Always low (logical) indicating 8086 is on

----- Value of Interrupt Enable flag ----- Always low (logical) indicating 8086 is on the bus. If it is tristated another bus master has taken control of the system bus. ----- Used by 8087 numeric coprocessor to determine whether the CPU is a 8086 or 8088

INTERRUPTS 8086 NMI 17 INTR 18 Pin Description: NMI – Pin no. 17 –

INTERRUPTS 8086 NMI 17 INTR 18 Pin Description: NMI – Pin no. 17 – Type I Non – Maskable Interrupt: an edge triggered input which causes a type 2 interrupt. A subroutine is vectored to via an interrupt vector lookup table located in system memory. NMI is not maskable internally by software. A transition from a LOW to HIGH initiates the interrupt at the end of the current instruction. This input is internally synchronized. Continued…

INTR – Pin No. 18 – Type I Interrupt Request: is a level triggered

INTR – Pin No. 18 – Type I Interrupt Request: is a level triggered input which is sampled during the last clock cycle of each instruction to determine if the processor should enter into an interrupt acknowledge operation. A subroutine is vectored to via an interrupt vector lookup table located in system memory. It can be internally masked by software resetting the interrupt enable bit. INTR is internally synchronized. This signal is active HIGH.

MIN MODE SIGNALS 33 VCC 31 HOLD 30 HLDA 29 8086 28 27 26

MIN MODE SIGNALS 33 VCC 31 HOLD 30 HLDA 29 8086 28 27 26 25 ALE 24 Continued…

PIN DESCRIPTION HOLD, HLDA – Pin no. 31, 30 – Type I/O HOLD: indicates

PIN DESCRIPTION HOLD, HLDA – Pin no. 31, 30 – Type I/O HOLD: indicates that another master is requesting a local bus “hold”. To be acknowledged, HOLD must be active HIGH. The processor receiving the “hold” request will issue HLDA (HIGH) as an acknowledgement in the middle of a T 1 clock cycle. Simultaneous with the issuance of HLDA the processor will float the local bus and control lines. After HOLD is detected as being LOW, the processor will LOWer the HLDA, and when the processor needs to run another cycle, it will again drive the local bus and control lines. The same rules as apply regarding when the local bus will be released. HOLD is not an asynchronous input. External synchronization should be provided if the system can not otherwise guarantee the setup time. Continued…

WR* - Pin no. 29 – Type O Write: indicates that the processor is

WR* - Pin no. 29 – Type O Write: indicates that the processor is performing a write memory or write I/O cycle, depending on the state of the M/IO* signal. WR* is active for T 2, T 3 and TW of any write cycle. It is active LOW, and floats to 3 -state OFF in local bus “hold acknowledge”. M/IO* - Pin no. 28 – type O Status line: logically equivalent to S 2 in the maximum mode. It is used to distinguish a memory access from an I/O access. M/IO* becomes valid in the T 4 preceding a bus cycle and remains valid until the final T 4 of the cycle (M=HIGH), IO=LOW). M/IO* floats to 3 -state OFF in local bus “hold acknowledge”. Continued…

DT/R* - Pin no. 27 – Type O Data Transmit / Receive: needed in

DT/R* - Pin no. 27 – Type O Data Transmit / Receive: needed in minimum system that desires to use an 8286/8287 data bus transceiver. It is used to control the direction of data flow through the transceiver. Logically DT/R* is equivalent to S 1* in the maximum mode, and its timing is the same as for M/IO*. (T=HIGH, R=LOW). This signal floats to 3 -state OFF in local bus “hold acknowledge”. DEN* - Pin no. 26 – Type O Data Enable: provided as an output enable for the 8286/8287 in a minimum system which uses the transceiver. DEN* is active LOW during each memory and I/O access and for INTA cycles. For a read or INTA* cycle it is active from the middle of T 2 until the middle of T 4, while for a write cycle it is active from the beginning of T 2 until the middle of T 4. DEN* floats to 3 Continued… state OFF in local bus “hold acknowledge”.

ALE – Pin no. 25 – Type O Address Latch Enable: provided by the

ALE – Pin no. 25 – Type O Address Latch Enable: provided by the processor to latch the address into the 8282/8283 address latch. It is a HIGH pulse active during T 1 of any bus cycle. Note that ALE is never floated. INTA* - Pin no. 24 – Type O INTA* is used as a read strobe for interrupt acknowledge cycles. It is active LOW during T 2, T 3 and TW of each interrupt acknowledge cycle.

MAX MODE SIGNALS 33 GND 31 30 29 8086 28 27 26 25 QS

MAX MODE SIGNALS 33 GND 31 30 29 8086 28 27 26 25 QS 0 24 QS 1 Continued…

Pin Description: RQ*/GT 0*, RQ*/GT 1* - Pin no. 30, 31 – Type I/O

Pin Description: RQ*/GT 0*, RQ*/GT 1* - Pin no. 30, 31 – Type I/O Request /Grant: pins are used by other local bus masters to force the processor to release the local bus at the end of the processor’s current bus cycle. Each pin is bidirectional with RQ*/GT 0* having higher priority than RQ*/GT 1*. RQ*/GT* has an internal pull up resistor so may be left unconnected. The request/grant sequence is as follows: Continued…

1. 2. 3. A pulse of 1 CLK wide from another local bus master

1. 2. 3. A pulse of 1 CLK wide from another local bus master indicates a local bus request (“hold”) to the 8086 (pulse 1) During a T 4 or T 1 clock cycle, a pulse 1 CLK wide from the 8086 to the requesting master (pulse 2), indicates that the 8086 has allowed the local bus to float and that it will enter the “hold acknowledge” state at the next CLK. The CPU’s bus interface unit is disconnected logically from the local bus during “hold acknowledge”. A pulse 1 CLK wide from the requesting master indicates to the 8086 (pulse 3) that the “hold” request is about to end and that the 8086 can reclaim the local bus at the next CLK. Continued…

Each master-master exchange of the local bus is a sequence of 3 pulses. There

Each master-master exchange of the local bus is a sequence of 3 pulses. There must be one dead CLK cycle after each bus exchange. Pulses are active LOW. If the request is made while the CPU is performing a memory cycle, it will release the local bus during T 4 of the cycle when all the following conditions are met: Ø Request occurs on or before T 2. Ø Current cycle is not the low byte of a word (on an odd address) Ø Current cycle is not the first acknowledge of an interrupt acknowledge sequence. Ø A locked instruction is not currently executing. Continued…

LOCK* - Pin no. 29 – Type O LOCK* : output indicates that other

LOCK* - Pin no. 29 – Type O LOCK* : output indicates that other system bus masters are not to gain control of the system bus while LOCK* is active LOW. The LOCK* signal is activated by the “LOCK” prefix instruction and remains active until the completion of the next instruction. This signal is active LOW, and floats to 3 -state OFF in “hold acknowledge”. QS 1, QS 0 – Pin no. 24, 25 – Type O Queue Status: the queue status is valid during the CLK cycle after which the queue operation is performed. QS 1 and QS 0 provide status to allow external tracking of the Continued… internal 8086 instruction queue.

QS 1 QS 0 Characteristics 0(LOW) 0 No operation 0 1 First Byte of

QS 1 QS 0 Characteristics 0(LOW) 0 No operation 0 1 First Byte of Op Code from Queue 1 (HIGH) 0 Empty the Queue 1 1 Subsequent byte from Queue

COMMON SIGNALS Continued…

COMMON SIGNALS Continued…

Pin Description: RD* - Pin no. 34, Type O Read: Read strobe indicates that

Pin Description: RD* - Pin no. 34, Type O Read: Read strobe indicates that the processor is performing a memory of I/O read cycle, depending on the state of the S 2 pin. This signal is used to read devices which reside on the 8086 local bus. RD* is active LOW during T 2, T 3 and TW of any read cycle, and is guaranteed to remain HIGH in T 2 until the 8086 local bus has floated. This signal floats to 3 -state OFF in “hold acknowledge”. READY – Pin no. 22, Type I READY: is the acknowledgement from the addressed memory or I/O device that it will complete the data transfer. The READY signal from memory / IO is synchronized by the 8284 A Clock Generator to form READY. This signal is active HIGH. The 8086 READY input is not synchronized. Correct operation is not guaranteed if the setup and hold times are not met. Continued…

TEST* - Pin No 23 – Type I TEST* : input is examined by

TEST* - Pin No 23 – Type I TEST* : input is examined by the “Wait” instruction. If the TEST* input is LOW execution continues, otherwise the processor waits in an “idle” state. This input is synchronized internally during each clock cycle on the leading edge of CLK. RESET – Pin no. 21 – Type I Reset: causes the processor to immediately terminate its present activity. The signal must be active HIGH for at least four clock cycles. It restarts execution, as described in the instruction set description, when RESET returns LOW. RESET is internally synchronized. Continued…

BHE*/S 7 - Pin No. 34 – Type O Bus High Enable / Status:

BHE*/S 7 - Pin No. 34 – Type O Bus High Enable / Status: During T 1 the Bus High Enable signal (BHE*) should be used to enable data onto the most significant half of the data bus, pins D 15 -D 8. Eight bit oriented devices tied to the upper half of the bus would normally use BHE* to condition chip select functions. BHE* is LOW during T 1 for read, write, and interrupt acknowledge cycles when a byte is to be transferred on the high portion of the bus. The S, 7 status information is available during T 2, T 3 and T 4. The signal is active LOW and floats to 3 -state OFF in “hold”. It is LOW during T 1 for the first interrupt acknowledge cycle. BHE* A 0 Characteristics 0 0 Whole word 0 1 Upper byte from / to odd address 1 0 Lower byte from / to even address 1 1 None Continued…

MN/MX* - Pin no. 33 – Type - I Minimum / Maximum: indicates what

MN/MX* - Pin no. 33 – Type - I Minimum / Maximum: indicates what mode the processor is to operate in. If the local bus is idle when the request is made the two possible events will follow: Ø Local bus will be released during the next clock. Ø A memory cycle will start within 3 clocks. Now the four rules for a currently active memory cycle apply with condition number 1 already satisfied.

8088 PIN DIAGRAM

8088 PIN DIAGRAM

COMPARISON OF 8086 AND 8088 1. In 8088 we have A 15 -8, instead

COMPARISON OF 8086 AND 8088 1. In 8088 we have A 15 -8, instead of AD 15 -8 of 8086. this is because, the 8088 can communicate with the outside world using only 8 bits o data. However, the registers in 8088 and 8086 are same, and the instruction set is also the same. So, for word operations, the 8088 has to access information twice. Thus the execution time is increased in the case of 8088. Continued…

2. 3. 4. In 8086 pin 28 is assigned for the signal M/IO* in

2. 3. 4. In 8086 pin 28 is assigned for the signal M/IO* in the minimum mode. But in 8088, this pin is assigned to the signal IO/M* in the minimum mode. This change has been done in 8088 so that the signal is compatible with 8085 bus structure. The instruction queue length in the case of 8086 is 6 bytes. The BIU in 8088 needs more time to fill up the queue a byte at a time. Thus to prevent overuse of the bus by the BIU, the instruction queue in 8088 is shortened to 4 bytes. To optimize the working of the queue, the 8086 BIU will fetch a word into the queue whenever there is a space for a word in the queue. The 8088 BIU will fetch a byte into Continued… the queue whenever there is space for a byte in the queue.

5. Pin number 34 of 8086 is BHE*/S 7. BHE* is irrelevant for 8088,

5. Pin number 34 of 8086 is BHE*/S 7. BHE* is irrelevant for 8088, which can only access 8 bits at a time. Thus pin 34 o 8088 is assigned for the signal SSO*. This pin acts like SO* status line in the minimum mode of operation. So, in the minimum mode, DT/R*, IO/M*, and SSO* provide the complete bus status as shown. Continued…

IO/M* DT/R* SSO* Bus Cycle 1 0 0 Interrupt acknowledge 1 0 1 Read

IO/M* DT/R* SSO* Bus Cycle 1 0 0 Interrupt acknowledge 1 0 1 Read I/O port 1 1 0 Write I/O port 1 1 1 Halt 0 0 0 Code Access 0 0 1 Read Memory 0 1 0 Write Memory 0 1 1 Passive Continued…

6. In the maximum mode for 8088 the SSO* (pin 34) signal is always

6. In the maximum mode for 8088 the SSO* (pin 34) signal is always a 1. In the maximum mode for 8086, the BHE*/S 7 (pin 34) will provide BHE* information during the first clock cycle, and will be 0 during subsequent clock cycles. In maximum mode, 8087 will monitor this pin to identify the CPU as a 8088 or a 8086, and accordingly sets its own queue length to 4 or 6 bytes.