home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1988 / 08_09 / stack / errors.txt next >
Encoding:
Text File  |  1988-01-10  |  2.4 KB  |  113 lines

  1.   1: ***------------------- BIOS Error Codes ---------------------------***
  2.   2: BIOS: Drive not ready
  3.   3: BIOS: Unknown Command
  4.   4: BIOS: CRC Error
  5.   5: BIOS: Bad Request
  6.   6: BIOS: Seek Error
  7.   7: BIOS: Unknown Media
  8.   8: BIOS: Sector not found
  9.   9: BIOS: no Paper
  10.  10: BIOS: Write Fault
  11.  11: BIOS: Read Fault
  12.  12: BIOS: General Error
  13.  13: BIOS: Write Protect
  14.  14: BIOS: Media Change
  15.  15: BIOS: Unknown device
  16.  16: BIOS: Bad Sectors on Format
  17.  17: BIOS: Insert other Disk
  18.  18:
  19.  19:
  20.  20:
  21.  21: 
  22.  22: 
  23.  23: 
  24.  24: 
  25.  25: 
  26.  26: 
  27.  27: 
  28.  28
  29.  29
  30.  30: ***--------------- BDOS Error Codes ------------------------------***
  31.  31:
  32.  32: BDOS: Invalid Function number
  33.  33: BDOS: File not found
  34.  34: BDOS: Path not found
  35.  35: BDOS: No Handles left
  36.  36: BDOS: Access denied
  37.  37: BDOS: Invalid Handle
  38.  38: BDOS: 
  39.  39: BDOS: Insufficient Memory
  40.  40: BDOS: Invalid Memory Block Address
  41.  41:
  42.  42:
  43.  43:
  44.  44:
  45.  45:
  46.  46: BDOS: Invalid Drive specified
  47.  47:
  48.  48:
  49.  49: BDOS: No more Files
  50.  50: 
  51.  51: 
  52.  52: 
  53.  53: 
  54.  54: 
  55.  55: 
  56.  56:
  57.  57: 
  58.  58: 
  59.  59: 
  60.  60:
  61.  61:
  62.  62:
  63.  63:***-------------------- Other Errors -----------------------------***
  64.  64: Range Error
  65.  65: Internal Error
  66.  66: Invalid Program Load Format
  67.  67: Setblock failure due to growth restr
  68.  68:
  69.  69:
  70.  70: ***------------------ Modula-2 Runtime Errors --------------------***
  71.  71: 
  72.  72: 
  73.  73: Run-Time Error: Arithmetic Overflow Trap
  74.  74: Run-Time Error: Out of Range Trap
  75.  75: Run-Time Error: Division by Zero Trap
  76.  76:
  77.  77: Run-Time Error: Address Error Trap (NIL, uninitialized Pointer)
  78.  78: Run-Time Error: Bus Error Trap     (Access, where no memory)
  79.  79: Run-Time Error: Program Halt
  80.  80: Run-Time Error: No Return from a Function
  81.  81: Run-Time Error: Illegal CASE index Range
  82.  82: Run-Time Error: Stack Overflow
  83.  83: Run-Time Error: Out of Range
  84.  84: Run-Time Error: Arithmetic Overflow
  85.  85: Run-Time Error: Not enough Workspace for new Process
  86.  86: Run-Time Error: Process terminated
  87.  87: Run-Time Error: Unimplemented Routine
  88.  88: Run-Time Error: Normal Return
  89.  89:
  90.  90:
  91.  91:
  92.  92:
  93.  93:
  94.  94:
  95.  95:
  96.  96:
  97.  97:
  98.  98:
  99.  99:
  100. 100: ***----------------- User defined Errors --------------------------***
  101. 101: StackHandler: Stack Overflow.
  102. 102: StackHandler: Stack not initialized.
  103. 103: StackHandler: Stack Element too large ( > 255 ).
  104. 104: StackHandler: Empty Stack.
  105. 105: StackHandler: Stack Element incompatible with Variable.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.