answersLogoWhite

0


Best Answer

The TRAP interrupt is non-maskable.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Non maskable

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is trap is maskable or nonmaskable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

IS Trap is non-maskable interrupt?

yes.


Different between maskable and non-maskable interrupt?

Maskable interrupts trigger events are not always important and so the programmer can decide that the event should not cause a program to jump. Nonmaskable interrupts can not be ignored by the programmer and therefore they have absolute priority.


Why is trap nonmaskable in 8085 microprocessor?

The TRAP interrupt is nomaskable in the 8085 microprocessor because TRAP is intended to indicate some serious system problem, or a hardware assisted debugger single step facility.


How can you trap mask in 8085 microprocessor?

The TRAP instruction in the 8085 is NONMASKABLE, which means it cannot be masked, i.e. it cannot be disabled. The only way to mask or disable TRAP is with external hardware, such as an I/O pin and an AND gate.


What is a non-maskable?

A non-maskable interrupt is an interrupt that cannot be blocked, or masked, by the processor. In the 8085, TRAP is such an interrupt. If TRAP goes high and stays high, an interrupt vector sequence at address 24H will occur, and there is nothing the processor can do to prevent that.However, external hardware can accomplish the same thing. In a project that I designed, I needed a fourth single pin interrupt beyond RST5.5, RST6.5, and RST7.5, but I needed it to be maskable, so I built a flip flop in hardware that I could set or reset which would be AND'ed with the interrupt request to generate a maskable TRAP.


What is masking in 8085?

Masking in the 8085 is when certain interrupts are disabled, or masked, by instruction execution. TRAP is not maskable. INTR, RST7.5, RST6.5, and RST5.5 are maskable as a group with the EI and DI instructions. RST7.5, RST6.5, and RST5.5 are selectively maskable, even after the EI instruction, by using the RIM and SIM instructions.


What is meant by trap in 8085?

TRAP is a single pin interrupt that is non-maskable in the 8085. It is intended for notification of serious system problems and/or as an aid to a hardware assisted debugger.


What is advantage of trap pin ion 8085?

TRAP is a non maskable interrupt pin in 8085.....it has the highest priority out of all the interrupts...it is used in emergency n critical states..ex.during power loss etc.


What is maskable in Intel 8085 microprocessore?

Four of the interrupts in the Intel 8085 (INTR, RST5.5, RST6.5, and RST7.5) are maskable, while one interrupt (TRAP) is non-maskable.The eight RSTx type of software "interrupts" are not really interrupts, but if they were treated as interrupts, they would be non-maskable.


Is rst7.5 is a maskable interrupt in 8086?

No. RST7.5 is a maskable interrupt on the 8085, not the 8086/8088.


What is an maskable intErrupt?

interrupts in 8085 are basically classified into two types: 1.Maskable 2.Non maskable maskable interrupts are those which can be delayed.This is done by masking off the interrupts which are not required. Maskable interrupts are:RST 7.5,RST 6.5,RST 5.5 and INTR <decreasing order of priority>


An interrupt that can temporarily ignored by the counter is known as?

Maskable Interrupt