Define the type of interrupts in the 8085 processor?
Answer / Prince Kumar
The 8085 supports three types of interrupts: Maskable, Non-Maskable, and TRAP.nMaskable interrupts can be enabled or disabled by the user during program execution. They include INT0 and INT1.nNon-Maskable interrupts cannot be ignored and will always trigger a response, even if they are masked off by the user. The non-maskable interrupt is called NMI.nTRAP (Type 0) interrupt occurs as a result of an error or exception during execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
What are the various criteria to choose the microcontroller?
How to control and timing circuitry of the 8085.
Can an rc circuit be used as clock source for 8085?
What are tri-state devices and why they are essential in a bus oriented system?
1 Answers HP, Keane India Ltd,
What is the width of data bus?
Does 8085 have serial i/o control?
Mention the types of programmed data transfer?
The interrupt response time is determined by?
Which flags can be set or reset by the programmer and also used to control the operation of the processor?
State the order of interrupts priority wise (lower to higher)?
What are the steps involved in communication of 8085 microprocessor with the memory?