From 80ab2fddfdf30f09f0a0a637654cbb3cd5c7baa6 Mon Sep 17 00:00:00 2001 From: Rich Turner Date: Fri, 12 Aug 1983 17:53:34 -0700 Subject: MS-DOS v2.0 Release --- v2.0/source/COMEQU.ASM | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 v2.0/source/COMEQU.ASM (limited to 'v2.0/source/COMEQU.ASM') diff --git a/v2.0/source/COMEQU.ASM b/v2.0/source/COMEQU.ASM new file mode 100644 index 0000000..81763fb --- /dev/null +++ b/v2.0/source/COMEQU.ASM @@ -0,0 +1,33 @@ +;************************************* +; COMMAND EQUs which are not switch dependant + +IFDEF IBM + INCLUDE IFEQU.ASM +ENDIF + + +SYM EQU ">" + +LINPERPAG EQU 23 +NORMPERLIN EQU 1 +WIDEPERLIN EQU 5 +COMBUFLEN EQU 128 ; Length of commmand buffer + +DRVCHAR EQU ":" + +FCB EQU 5CH + +VARSTRUC STRUC +ISDIR DB ? +SIZ DB ? +TTAIL DW ? +INFO DB ? +BUF DB DIRSTRLEN + 20 DUP (?) +VARSTRUC ENDS + +WSWITCH EQU 1 ; Wide display during DIR +PSWITCH EQU 2 ; Pause (or Page) mode during DIR +ASWITCH EQU 4 ; ASCII mode during COPY +BSWITCH EQU 8 ; Binary mode during COPY +VSWITCH EQU 10H ; Verify switch +GOTSWITCH EQU 8000H ; Meta switch set if switch character encountered -- cgit v1.2.3