| Interrupt | Description |
| 0 | Divide by Zero |
| 1 | Debug: Trap |
| 2 | Nonmaskable external interrupt |
| 3 | Debug: Breakpoint |
| 4 | Overflow |
| 5 | BOUND range exceeded(?) |
| 6 | Invalid opcode |
| 7 | No Math Cooprocessor (when trying to use it) |
| 8 | Double fault (something went terrably wrong!) |
| 9 | Cooprocessor segment overrun(?) |
| 10 | Invalid Task switch |
| 11 | Memory: Segment not present |
| 12 | Memory: Stack-segment fault |
| 13 | Memory: General protection |
| 14 | Memory: Page fault |
| 15 | Reserved by Intel |
| 16 | FPU error or WAIT/FWAIT instruction |
| 17 | Memory: Alignment check |
| 18 | Machine Check(?) |
| 19 | SSE/SSE2-Exception |
| 20-31 | Reserved by Intel |
| 32-255 | Available to the programmer! |