Logo 
Search:

assembly language Interview FAQs

Submit Interview FAQ
Home » Interview FAQs » assembly languageRSS Feeds
Assembly Language
Comments: 0

What are level-triggering interrupt?

RST 6.5 & RST 5.5 are level-triggering interrupts.
Posted By:Lily Brown      Posted On: Jan 08

Assembly Language
Comments: 0

What is meant by Maskable interrupts?

An interrupt that can be turned off by the programmer is known as Maskable interrupt.
Posted By:Adam Evans      Posted On: Jul 16

Assembly Language
Comments: 0

What is Non-Maskable interrupts?

An interrupt which can be never be turned off (ie.disabled) is known as Non-Maskable interrupt.
Posted By:Adelbert Fischer      Posted On: Jul 24

Assembly Language
Comments: 0

Which interrupts are generally used for critical events?

Non-Maskable interrupts are used in critical events. Such as Power failure, Emergency, Shut off etc.,
Posted By:Dylan Evans      Posted On: Aug 12

Assembly Language
Comments: 0

Give examples for Maskable interrupts?

RST 7.5, RST6.5, RST5.5 are Maskable interrupts
Posted By:Vilhelm Fischer      Posted On: Sep 29

Assembly Language
Comments: 0

Give example for Non-Maskable interrupts?

Trap is known as Non-Maskable interrupts, which is used in emergency condition.
Posted By:Arnelle Schmidt      Posted On: Jul 25

  16  17  18  19  20  21  22