⟩ What is the difference between masking and non-masking?
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