Differences between version 2 and revision by previous author of InteruptHandler.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, July 1, 2004 10:49:39 am | by AristotlePagaltzis | Revert |
Older page: | version 1 | Last edited on Thursday, July 1, 2004 10:02:52 am | by StuartYeates | Revert |
@@ -1 +1 @@
-A section of code run whenever an [Interupt
] occurs. These may be at the application level of
at the [
OperatingSystem]
s level. They are notorious
hard to write because they occur asynchronously with the rest of the application or [
OperatingSystem]
. They can also happen __very__ frequenctly
, so are common writen
in AssemblyLanguage.
+A section of code run whenever an [Interrupt
] occurs. These may be at the application level or
at the OperatingSystem'
s level. They are notoriously
hard to write because they occur asynchronously with the rest of the application or OperatingSystem. They can also happen __very__ frequently
, so are commonly written
in AssemblyLanguage.