8088 associated with 8259 a-microprocessor, Assembly Language

Assignment Help:

For an 8088 the 2 addresses linked with an 8259A are normally consecutive, and the AO line is associated to the AO pin, but because there are just 8 data pins on the 8259A and the 8086 always inputs the interrupt pointer from the lower 8 bits of its 16-bit data bus, all data transfers to and from the 8259A might be made over the lower byte of the bus. The simplest way to guarantee that all transfers will utilize the lower half of the bus is to attach the Al line to AO and utilize two consecutive even addresses, with the first being divisible by four. However, to simplify the discussion, the second address will be referred to as the odd address for both cases.

The control portion of the 8259A contains several programmable bits that can be viewed as being contained in seven 8-bit registers. These group  containing  the  operation  command  words (OCWs). The starting command words are usually set by an beginner routine when the computer system  is  first  brought  up  and  remain constant  throughout its whole operation.   Contrastively, the operation command words are utilized to dynamically control the processing of interrupts.

The IRR (and its linked masking logic), and priority resolver, are for controlling and receiving the interrupts that arrive at the pins IR7-IRO. The IRR latches the incoming requests and, in conjunction having the priority resolver, let unmasked requests with enough priority to put a one on the INT pin. The priority resolver logic determines the priorities of the requests in the IRR and the ISR is used for holding the requests currently being processed.

After a bit in the IRR is set to one it is compared with the equivalent mask bit in the IMR. If the mask bit value is set zero the request is passed on to the priority resolver, but if the value is 1, the request is blocked. When an interrupt request is input to the priority resolver its priority is checked and, if according to the current state of the priority resolver the interrupt is to be sent to the CPU and the INT line is activated.

Supposing  that the IF flag in the CPU is 1, the CPU will go to its interrupt sequence at the completion of the current instruction and return 2 negative pulses on the INTA line. On the arrival of the first pulse, the IRR latches are disabled so that the IRR will avoid further signals on the IR7-IRO lines. This state is maintained till the end of the second INTA pulse.  The first INTA pulse will also cause the suitable ISR bit to be set and the corresponding IRR bit to be cleared. The 2nd INTA pulse make the current contents of ICW2 to be placed on the D7-DO, and the CPU utilize this byte as the interrupt type. If the automatic end of interrupt (AEOI) bit in ICW4  value is set one, at the end of the second INTA pulse the ISR bit that was set by the first INTA pulse is cleared; or else the ISR bit is not cleared till the accurate end of interrupt (EOI) command is sent to OCW2.

As show above, the initialization command words are usually filled by an initializing routine when the system is turned on and have the control bits that are held constant throughout the system's operation. The  8259A  has  an  even  address  (AO  =  0)  and  an  odd  address  (AO  = 1)  linked  with  it  and  the initialization command words might be filled consecutively using the even address for ICWI and the odd address for the remaining ICWs.

 


Related Discussions:- 8088 associated with 8259 a-microprocessor

Convert into hex pairs, Convert 751 to hex and show what it would look like...

Convert 751 to hex and show what it would look like stored at TheNumber WORD ? (hint: answer in hex pairs)

Aam-arithmetic instruction-microprocessor, AAM: ASCII Adjust for Multiplic...

AAM: ASCII Adjust for Multiplication after execution. This instruction converts the product available in the AL into unpacked BCD format.  This follows a multiplication   instruct

Multiplication using shift and add instruction, Multiply two numbers by usi...

Multiply two numbers by using shift and rotate instruction

I want to make a calculator, 64-bit integer calculator, which processes usi...

64-bit integer calculator, which processes using 16-bits at a time (reg/mem16 operands)

The alpha, The Alpha : The development of the Alpha chip start in the y...

The Alpha : The development of the Alpha chip start in the year 1988 The new chip used 64 bit technology, let users to pack  more  complexity  into  their  programs  than  exis

Mlil-arithmetic instruction-microprocessor, MLIL: Unsigned Multiplication ...

MLIL: Unsigned Multiplication Byte or Word: This instruction multiplies an unsigned byte or word by the contents of the AL. The unsigned byte or word can be in any one of the gene

End-endp-assemblers directive-microprocessor, END : END of Program:- Th...

END : END of Program:- The END directive marks the ending of the assembly language program. When the assembler comes across this END directive, it avoided the source lines avai

Progframmw, write a programme the addition two 3*3 matrix and stored in fro...

write a programme the addition two 3*3 matrix and stored in from list

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd