mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-03 12:06:05 +00:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
PR#3
|
||
PREFIX /A2OSX.BUILD
|
||
NEW
|
||
INC 1
|
||
AUTO 6
|
||
.LIST OFF
|
||
*--------------------------------------
|
||
*$00 - No Error
|
||
MLI.E.BADCALL .EQ $01 Bad Call Number
|
||
*MLI.E.BADCNT .EQ $04 Bad Parameter Count
|
||
*MLI.E.IRQFULL .EQ $25 Interrupt Table Full
|
||
MLI.E.IO .EQ $27 I/O Error
|
||
MLI.E.NODEV .EQ $28 No Device Connected
|
||
MLI.E.WRTPROT .EQ $2B Write Protected
|
||
MLI.E.DSKSWIT .EQ $2E Disk Switched
|
||
MLI.E.OFFLINE .EQ $2F Device Offline
|
||
MLI.E.INVPATH .EQ $40 Invalid Pathname
|
||
MLI.E.FCBFULL .EQ $42 Maximum Number of Files Open
|
||
MLI.E.BADREF .EQ $43 Invalid Reference Number
|
||
MLI.E.PNOTFND .EQ $44 Directory Not Found
|
||
MLI.E.VNOTFND .EQ $45 Volume Not Found
|
||
MLI.E.FNOTFND .EQ $46 File Not Found
|
||
MLI.E.DUPFILE .EQ $47 Duplicate File Name
|
||
MLI.E.VOLFULL .EQ $48 Volume Full
|
||
MLI.E.DIRFULL .EQ $49 Directory Full
|
||
MLI.E.INCFF .EQ $4A Incompatible File Format
|
||
MLI.E.UNSUPST .EQ $4B Unsupported Storage Type
|
||
MLI.E.EOF .EQ $4C End of File, No More Data
|
||
MLI.E.BEYEOF .EQ $4D Beyond EOF
|
||
MLI.E.LOCKED .EQ $4E File Access Error, File Locked
|
||
MLI.E.OPEN .EQ $50 File Already Open
|
||
*$51 - Directory Structure Damaged
|
||
*$53 - Invalid Parameter
|
||
*$55 - Too Many Volumes
|
||
*$56 - Bad Buffer Address
|
||
*$57 - Duplicate Volume
|
||
*$5A - File Structure Damaged
|
||
*--------------------------------------
|
||
MAN
|
||
SAVE /A2OSX.BUILD/INC/MLI.ERR.I
|