mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-19 21:13:33 -07:00
Update COMMAND.ASM
This commit is contained in:
parent
b297ae5788
commit
af10d86fd0
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ ERR10 DB "Write fault$"
|
|||
ERR12 DB "Disk$"
|
||||
READ DB "read$"
|
||||
WRITE DB "writ$"
|
||||
ERRMES DB " error "
|
||||
ERRMES DB " error bunny"
|
||||
IOTYP DB "writing"
|
||||
DRVNUM DB " drive "
|
||||
DRVLET DB "A"
|
||||
|
@ -2163,4 +2163,4 @@ TRANCODE ENDS
|
|||
COMLEN EQU TRANDATASIZE+TRANCODESIZE-102H ;End of COMMAND load. ZERO Needed to make COMLEN absolute
|
||||
TRNLEN EQU (PRETRLEN+TRANCODESIZE+TRANDATASIZE+15)/16 ;Length of transient in paragraphs
|
||||
END PROGSTART
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue