answersLogoWhite

0

It means--NOT NOW DEAR I'M ANSWERING QUESTIONS--that someone or something is disturbing you--I'LL GET TO IT LATER I PROMISE--while you're doing something--IN A MINUTE FOR HEAVEN'S SAKE!--thus making you start and stop doing it repeatedly.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does interrumpir mean in spanish?

To interrupt


What do you mean by IVT in 8086?

Interrupt vector table


What does code p1320 mean in 2001 Nissan Pathfiner?

what that mean distributor signal interrupt


Which beyonce video Kane west mean when he interrupt?

Single Ladies


Use interrupt in a sentence?

Let me interrupt you there! Well I'ma let you finish, I don't mean to interrupt, but Beyonce did have the best video in the entire world. I can interrupt him if you like, but he gets very angry when he's disturbed from his work.


What part of speech is interrupt?

Interrupt is a verb.


What does 5.5 mean in RST 5.5 interrupt of 8085 microprocessor?

The 5.5 in RST 5.5 means that the interrupt vector is located between RST 5 and RST 6.


What is the use of interrupt vector?

An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table. Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is generated, the processor saves its execution state via a context switch, and begins execution of the interrupt handler at the interrupt vector.


What is a sentence with the word interrupt?

"You should not interrupt class," the teacher scolded the boy.


What is the Prefix of interrupt?

the prefix of interrupt is in


What is the prefix for interrupt?

The prefix for interrupt is "inter-".


Where is interrupt handler and interrupt vector?

In the 8086/8088, the interrupt vector table is the first 1024 bytes of memory. In the 8085, the interrupt vector table is the first 64 bytes of memory if using the RST form of interrupt, otherwise the interrupt vector is provided by the interrupting device, usually in the form of a CALL instruction. The interrupt handler is wherever the interrupt vector points to.