Computing (FOLDOC) dictionary
Jump to user comments
hardware event.
As with a hardware interrupt, this causes the processor to
store the current state, store identifying information about
the particular interrupt, and pass control to a first level
A
trap is similar except that it is caused by an unexpected
software condition or error (e.g. divide by zero, undefined
instruction) rather than a deliberate instruction.
(1995-02-14)