50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<html><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<title>80386 Programmer's Reference Manual -- Section 9.10</title>
|
|
</head>
|
|
|
|
<body>
|
|
<b>up:</b> <a href="C09.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/C09.HTM">Chapter 9 -- Exceptions and Interrupts</a><br>
|
|
<b>prev:</b> <a href="S09_09.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/S09_09.HTM">9.9 Exception Summary</a><br>
|
|
<b>next:</b> <a href="C10.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/C10.HTM">Chapter 10 -- Initialization</a>
|
|
<p>
|
|
<hr>
|
|
<p>
|
|
<h1>9.10 Error Code Summary</h1>
|
|
Table 9-7 summarizes the error information that is available with each exception.
|
|
<pre>
|
|
|
|
|
|
|
|
Table 9-7. Error-Code Summary
|
|
|
|
Description Interrupt Error Code
|
|
Number
|
|
|
|
Divide error 0 No
|
|
Debug exceptions 1 No
|
|
Breakpoint 3 No
|
|
Overflow 4 No
|
|
Bounds check 5 No
|
|
Invalid opcode 6 No
|
|
Coprocessor not available 7 No
|
|
System error 8 Yes (always 0)
|
|
Coprocessor Segment Overrun 9 No
|
|
Invalid TSS 10 Yes
|
|
Segment not present 11 Yes
|
|
Stack exception 12 Yes
|
|
General protection fault 13 Yes
|
|
Page fault 14 Yes
|
|
Coprocessor error 16 No
|
|
Two-byte SW interrupt 0-255 No
|
|
</pre>
|
|
<p>
|
|
<hr>
|
|
<p><b>up:</b> <a href="C09.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/C09.HTM">Chapter 9 -- Exceptions and Interrupts</a><br>
|
|
<b>prev:</b> <a href="S09_09.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/S09_09.HTM">9.9 Exception Summary</a><br>
|
|
<b>next:</b> <a href="C10.HTM" tppabs="http://webster.cs.ucr.edu/Page_TechDocs/Doc386/C10.HTM">Chapter 10 -- Initialization</a>
|
|
</body>
|
|
|