Anonymous

What Is TRAP Interrupt?

4

4 Answers

Anirudha Gohokar Profile
An internal interrupt generated by the system when a mistake occurs in a program,such as divide by zero....
Anonymous Profile
Anonymous answered
TRAP is a non maskable interrupt i.e. It cannot be disabled.It is usually found in 8085 intel processors.

these interrupts are vectored interrupts and indicates some emergency conditions.

Anonymous Profile
Anonymous answered
It is a non maskable interrupt -it issued by microprocessor in case of power failure in case of this interrupt microprocessor suddenly dump its current work on the reserved location. 
Anonymous Profile
Anonymous answered
It is a non maskable interrupt, i.e. When this interrupt occurs then processor can never ignore this interrupt.

Answer Question

Anonymous