Digital Research
This commit is contained in:
2020-11-06 18:50:37 +01:00
parent 621ed8ccaf
commit 31738079c4
8481 changed files with 1888323 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
;
; Extented Error Codes
;
ATTA_FAILED equ 80H
SEEK_FAILED equ 40H
CONT_FAILED equ 20H
BAD_CRC_ERR equ 10H
DMA_OVERRUN equ 08H
SEC_NOT_FND equ 04H
WRT_PRO_DSK equ 03H
ADR_NOT_FND equ 02H
BAD_COMMAND equ 01H
NO_EXTD_ERR equ 00H
;