Bomb error codes: Difference between revisions
Jump to navigation
Jump to search
>Zorro 2 No edit summary |
>Rb No edit summary |
||
| Line 1: | Line 1: | ||
< | <div style="border:1px solid #fff; padding:3px !important;overflow:hidden;width:20em;float:left;text-align:center;margin-left:1.5em;border-width:.5em 0 .8em 1.4em;"> | ||
{| class="wikitable" style="text-align:left;font-size:90%;background:#efefef;border:1px solid #666;width:100%;" | |||
|+ style="font-size:12pt;padding:0.2em 0;border:1px solid #666;border-bottom:0;" | '''''Bomb error codes''''' | |||
! No. of bombs !! Description | |||
|- | |||
| 1 || [[Reset]] | |||
|- | |||
| 2 || [[Bus error]] | |||
|- | |||
| 3 || [[Address error]] | |||
|- | |||
| 4 || [[Illegal instruction]] | |||
|- | |||
| 5 || [[Division by zero]] | |||
|- | |||
| 6 || [[CHK]] instruction | |||
|- | |||
| 7 || [[TRAPV]] instruction | |||
|- | |||
| 8 || [[Privilege violation]] | |||
|- | |||
| 9 || [[Trace]] | |||
|- | |||
| 10 || [[Line A]] emulator | |||
|- | |||
| 11 || [[Line F]] emulator | |||
|- | |||
| 12 - 13 || unassigned/reserved | |||
|- | |||
| 14 || [[Format error]] | |||
</ | |- | ||
| 15 || Uninitialized [[interrupt vector]] | |||
|- | |||
| 16 - 23 || unassigned/reserved | |||
|- | |||
| 24 || [[Spurious interrupt]] | |||
|- | |||
| 25 || Level 1 [[interrupt autovector]] | |||
|- | |||
| 26 || Level 2 interrupt autovector | |||
|- | |||
| 27 || Level 3 interrupt autovector | |||
|- | |||
| 28 || Level 4 interrupt autovector | |||
|- | |||
| 29 || Level 5 interrupt autovector | |||
|- | |||
| 30 || Level 6 interrupt autovector | |||
|- | |||
| 31 || Level 7 interrupt autovector | |||
|- | |||
| 32 - 47 || [[Trap instruction vector|Trap instruction vectors]] | |||
|- | |||
| 48 - 63 || unassigned/reserved | |||
|- | |||
| 64 - 255 || [[User interrupt vector|User interrupt vectors]] | |||
|} | |||
</div> | |||
[[Category:Programming]] | |||