What is the difference between masking and non-masking?

Questions by vasu316

Showing Answers 1 - 6 of 6 Answers

anukul101

  • Sep 24th, 2007
 

When logic signal is applied to a maskable interrupt input,the 8085 is interrupted only if that particular input is enable.These interrupts can be enabledisabled under program control.

  Was this answer useful?  Yes

In 8085 processor TRAP is a non maskable interrupt.
Whereas RST 7.5,6.5,5.5, intr are maskable interrupts.

Maskable means this interrupts can be left without considering during the execution of the program.

Non maskable depicts that it has to be taken into account during the execution of the program

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions