8086 is a microprocessor like 8085 but 8086 is 16-bit and 8085 is 8-bit microprocessor. Both has 40 pins. here we will dixcuss about pin ditails of 8086. working principle of this microprocessor is divided into two mode minimum and maximum mode. In minimum mode control signal is generated by 8086 and In maximum mode control signals must be externally generated.
PIN diagram of 8086 :
>> Pins in Minimum Mode:
(i) INTA : This Interrupt Acknowledge signal is very responsible to the INTR input pin. This pin is used to place the vector number in the data bus.
(ii) ALE : ALE stands for Address Latch Enable. When ALE is high (1) it means the microprocesor multiplexed address/data bus and address/status bus.
(iii) DEN : when it is 1 or high there is no data flowing in data bus. But when it is in 0 situation data is transfered trough the data bus.
(iv) DT/R : Data flow direction of microprocessor is controlled by this pin. when it is high (1) its means data bus transmitting and when it is low (0) data bus is receiving.
(v) M/IO : Atthe time of performing Memory read/write operation This pin in High or situation . Butin low or 0 situation this pins indicates I/O Read write opertation.
(vi) WR : The write signal indicates the microprocessor sending data to memory or I/O device. when it is low memoy contain valid data.
(vii) HLDA : Hold Acknowledge siganl . wen it is high it receive HOLD signal and when HOLD signal remove it is in low or 0 situation. and this pin indicates when 8086 is hold state.
(viii) HOLD : it is generated by the Direct memory Access(DMA) controller. . when it is high the executiom of the current instruction is completed by the microprocessor and places address ,control and data bus. but when it is 0 the 8086 executes the instruction normally.
>>Pins in Maximum mode:
(i) QS1, QS0 : This two pins is used to show the how the instruction queue in this microprocessor.
QS1 QS0 Function
0 0 Idle Queue without any operaion
0 1 First byte opcode reads from the queue
1 0 Empty Queue
1 0 subsequent byte of code is read from the queue
(ii) S0, S1, and S2 : Function of BUS Cycle is shown by these pin. The 8288 bus controller is used to decode the signal .
S0 S1 S2 function/operation
0 0 0 Interrupt Acknowledge
1 0 0 I/O read
0 1 0 I/O write
1 1 0 Halt
0 0 1 Opcode fetch
1 0 1 Memory read
0 1 1 memory write
1 1 1 Passive
(iii) LOCK : This output pin is used in maximum mode to lock the peripherals and it can be active by using the lock prefix.
(iv) RQ/GT0 and RQ/GT1 : This two bidirectional pins is used to request and grant a direct memory action operation.
>> Pins in Minimum and Maximum mode :
(i) GND : In 8086 has two ground pin (pin no 1 and 20) and this connection is returns for power supply.
(ii) AD15 to AD0 : In 8086 these pins are address bus and data bus. High situation (1) of Address latch Enable(ALE) address is carried by these pins but in low situation(0) of ALE only Data is carried by these 16 pins.
(ii) NMI : NMI Stands for Non-maskeble interrupt . This hardware interrupt is always positive edgetriggered interrupt. NMI is the cause of occuring the type -2 interrupt in 8086.
(iii) INTR : Inerrupt Request, This level triggured interrupt depends on the IF. When IF =1 then INTR high or 1 and when IF = 0 then INTR is disable or 0.
(iv) CLK : In 8086 clock signal provide the internal timing . It maximum frequency 10 MHZ.
(v) RESET : When this pin is high or 1 then 8086 is RESET. Here only IP and CS are initialised to FFFF H and 0000 H , and others register are initialised to 0000H.
(vi) READY : This pin is used to delay the operation with 8086 by inserting a wait states. when this pin is high or 1 there will be no problem in operation but If this is 0 then the operation is in wait states mode.
(vii) TEST : If this pin is 0 then the WAIT instructon is NOP (no option) but if this pin is 1 then the WAIT instruction wait for the 0 condition of TEST pin . For Floating type operation in 8087 this pin has to be connected with the BUSY pin of 8087.