Differences between current version and revision by previous author of InteruptHandler.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, July 1, 2004 11:05:03 am | by JohnMcPherson | |
Older page: | version 2 | Last edited on Thursday, July 1, 2004 10:49:39 am | by AristotlePagaltzis | Revert |
@@ -1 +1 @@
-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
.
+Describe
[InteruptHandler
] here
.