Electronics Engineering Question:
What is the difference between masking and non-masking?
Answer:
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
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
Previous Question | Next Question |
Tell me why gold is added to the p-n junction? | How does a Signal differ from a Wave? |