Jump to content

Interrupt

From EDM2
Revision as of 14:10, 18 November 2017 by Martini (talk | contribs) (Created page with "An instruction that directs the microprocessor to suspend what it is doing and run a specified routine. When the routine is complete, the microprocessor resumes its original w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An instruction that directs the microprocessor to suspend what it is doing and run a specified routine. When the routine is complete, the microprocessor resumes its original work. See also routine.