summaryrefslogtreecommitdiff
path: root/v2.0/source/COMEQU.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/COMEQU.ASM')
-rw-r--r--v2.0/source/COMEQU.ASM33
1 files changed, 33 insertions, 0 deletions
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 @@
1;*************************************
2; COMMAND EQUs which are not switch dependant
3
4IFDEF IBM
5 INCLUDE IFEQU.ASM
6ENDIF
7
8
9SYM EQU ">"
10
11LINPERPAG EQU 23
12NORMPERLIN EQU 1
13WIDEPERLIN EQU 5
14COMBUFLEN EQU 128 ; Length of commmand buffer
15
16DRVCHAR EQU ":"
17
18FCB EQU 5CH
19
20VARSTRUC STRUC
21ISDIR DB ?
22SIZ DB ?
23TTAIL DW ?
24INFO DB ?
25BUF DB DIRSTRLEN + 20 DUP (?)
26VARSTRUC ENDS
27
28WSWITCH EQU 1 ; Wide display during DIR
29PSWITCH EQU 2 ; Pause (or Page) mode during DIR
30ASWITCH EQU 4 ; ASCII mode during COPY
31BSWITCH EQU 8 ; Binary mode during COPY
32VSWITCH EQU 10H ; Verify switch
33GOTSWITCH EQU 8000H ; Meta switch set if switch character encountered