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