home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13354 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.0 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!nobody
  2. From: denson@sdd.hp.com (Craig Denson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: '030 hardware exceptions
  5. Date: 14 Sep 1992 12:37:52 -0700
  6. Organization: Not!
  7. Lines: 51
  8. Message-ID: <192pmgINNdea@hpsdln.sdd.hp.com>
  9. References: <paulk.1h76@terapin.com>
  10. NNTP-Posting-Host: hpsdln.sdd.hp.com
  11. Keywords: Exception Vectors
  12.  
  13. In article <paulk.1h76@terapin.com> paulk@terapin.com (Paul Kienitz) writes:
  14. >I've asked this in various places and gotten no answer ...  Okay, you know the
  15. >list of 68000 hardware exceptions, that goes like this:   ...??
  16. >
  17. >  2  Bus error
  18. >  3  Address error
  19. >  4  Illegal instruction
  20. >  5  Divide by zero
  21. >  6  CHK instruction [CHK2]
  22. >  7  TRAPV instruction [cpTRAPcc, TRAPcc]
  23. >  8  Privilege violation
  24. >  9  Trace
  25. > 10  [Unimplemented] 1010 opcode
  26. > 11  [Unimplemented] 1111 opcode
  27. > 12  ... not used in plain 68000 [Unassigned, Reserved ]
  28.  
  29.  for the 68030:
  30.  
  31.   13  Coprocessor Protocol Violation [1]
  32.   14  Format Error                  
  33.   15  Uninitialized Interrupt        [1]
  34.   16 - 23  Unassigned, reserved
  35.   24  Spurious Interrupt
  36.   25  Level 1 Interrupt Autovector
  37.   26  Level 2 Interrupt Autovector
  38.   27  Level 3 Interrupt Autovector    
  39.   28  Level 4 Interrupt Autovector
  40.   29  Level 5 Interrupt Autovector
  41.   30  Level 6 Interrupt Autovector
  42.   31  Level 7 Interrupt Autovector
  43.   32 - 47 TRAP #0-15 Instruction Vectors
  44.   48  FPCP Branch or Set on Unordered Condition  [1]
  45.   49  FPCP Inexact Result                         "
  46.   50  FPCP Divide by zero                         "
  47.   51  FPCP Underflow                              "
  48.   52  FPCP Operand Error                          |
  49.   53  FPCP Overflow                               v
  50.   54  FPCP Signaling NAN
  51.   55  Unassigned, reserved
  52.   56  MMU Configuration error
  53.   57  Defined for MC68851, not used by MC68030
  54.   58  Defined for MC68851, not used by MC68030
  55.   59 - 63 Unassigned, reserved
  56.   64-255 User defined vectors
  57.  
  58. [1] not defined for 68010
  59.  
  60.  i don't have the '020' manual. hope this helps.
  61.  
  62.  
  63. craig
  64.