Which line will be activated when an output device require
attention from CPU?
Answers were Sorted based on User's Feedback
Answer / aravind
int0 and int1 external interrupts ..port 3 (3.3 or 3.4)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pramodhini swain
INT0 is called for requesting the need of CPU by external device
If CPU permits then INTA will be high.
| Is This Answer Correct ? | 0 Yes | 0 No |
How subroutine can be called from the main program and how the program returns from the subroutine?
If the crystal oscillator is operating at 15 MHz. What will be the PCLK output of 8284?
What are the types of interrupts from type 0 to 4
What is an interrupt service routine?
Explain the internal architecture of the 8086 microprocessor?
Write the flags of 8086?
What is the maximum supported clock speed of the 8086?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
Give a circuit to divide frequency of clock cycle by two ?
What are issues related to stack and bank 1.?
What does a microprocessor mean? What all does a microprocessor comprise of?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1