mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 17:11:33 +03:00
...
This commit is contained in:
parent
ee2bbf75a7
commit
aca9ce3f85
@ -152,7 +152,7 @@ REINIT EQU #FD ;[x] restart, soft/hard reset, reinit RAM ID for spectrum page
|
||||
|
||||
;
|
||||
;----------------[ EROOR CODES ]----------------;
|
||||
Error:
|
||||
Error: ;
|
||||
.NoErrors EQU 0 ;
|
||||
.InvalidSubFunction EQU 1 ;
|
||||
.BadNumber EQU 2 ; of drive or ramblock
|
||||
@ -166,6 +166,9 @@ Error:
|
||||
.Write EQU 10 ;
|
||||
.Failure EQU 11 ;
|
||||
.Busy EQU 12 ; DEVICE OPENED
|
||||
.NotSupported EQU #AA ;
|
||||
Errors.EMM: ;
|
||||
.NoMemory EQU 1 ;
|
||||
;-----------------------------------------------;
|
||||
|
||||
; .NO_ERROR EQU #00 ; 00 - NO ERRORS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user