home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume5 / smallc / part3 / 6809 / faults.u < prev    next >
Encoding:
Text File  |  1986-11-30  |  205 b   |  11 lines

  1. |    MC6809 Concurrent Euclid fault codes
  2. ASSERTFAIL = 0
  3. RANGECHECK = 1
  4. CASERANGE = 2
  5. | fault codes for runtime routines
  6. OUTOFSPACE = 20
  7. .globl ASSERTFAIL
  8. .globl RANGECHECK
  9. .globl CASERANGE
  10. .globl    OUTOFSPACE
  11.