A2osX/INC/MLI.E.I.txt
2019-10-03 08:25:27 +02:00

40 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
.LIST OFF
*--------------------------------------
*$00 - No Error
MLI.E.BADCALL .EQ $01 Bad Call Number
MLI.E.BADCNT .EQ $04 Bad Parameter Count
*MLI.E.BUSERR .EQ $06 Communications Error
MLI.E.BADCTL .EQ $21 Invalid Status Code
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
MLI.E.BADDIR .EQ $51 Directory Structure Damaged
MLI.E.INVPARAM .EQ $53 Invalid Parameter
* .EQ $55 Too Many Volumes
* .EQ $56 Bad Buffer Address
* .EQ $57 Duplicate Volume
* .EQ $5A File Structure Damaged
*--------------------------------------
MAN
SAVE INC/MLI.E.I