A2osX/INC/MLI.ERR.I.txt
2017-03-29 17:48:15 +02:00

41 lines
1.4 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.

PR#3
PREFIX /A2OSX.BUILD
NEW
INC 1
AUTO 6
.LIST OFF
*--------------------------------------
*$00 - No Error
MLI.ERR.BADCALL .EQ $01 Bad Call Number
*MLI.ERR.BADCNT .EQ $04 Bad Parameter Count
*MLI.ERR.IRQFULL .EQ $25 Interrupt Table Full
MLI.ERR.IO .EQ $27 I/O Error
MLI.ERR.NODEV .EQ $28 No Device Connected
MLI.ERR.WRTPROT .EQ $2B Write Protected
MLI.ERR.DSKSWIT .EQ $2E Disk Switched
MLI.ERR.OFFLINE .EQ $2F Device Offline
MLI.ERR.INVPATH .EQ $40 Invalid Pathname
MLI.ERR.FCBFULL .EQ $42 Maximum Number of Files Open
MLI.ERR.BADREF .EQ $43 Invalid Reference Number
MLI.ERR.PNOTFND .EQ $44 Directory Not Found
MLI.ERR.VNOTFND .EQ $45 Volume Not Found
MLI.ERR.FNOTFND .EQ $46 File Not Found
MLI.ERR.DUPFILE .EQ $47 Duplicate File Name
MLI.ERR.VOLFULL .EQ $48 Volume Full
MLI.ERR.DIRFULL .EQ $49 Directory Full
MLI.ERR.INCFF .EQ $4A Incompatible File Format
MLI.ERR.UNSUPST .EQ $4B Unsupported Storage Type
MLI.ERR.EOF .EQ $4C End of File, No More Data
MLI.ERR.BEYEOF .EQ $4D Beyond EOF
MLI.ERR.LOCKED .EQ $4E File Access Error, File Locked
MLI.ERR.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