summaryrefslogtreecommitdiff
path: root/v2.0/source/COMSW.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/COMSW.ASM')
-rw-r--r--v2.0/source/COMSW.ASM13
1 files changed, 13 insertions, 0 deletions
diff --git a/v2.0/source/COMSW.ASM b/v2.0/source/COMSW.ASM
new file mode 100644
index 0000000..830585f
--- /dev/null
+++ b/v2.0/source/COMSW.ASM
@@ -0,0 +1,13 @@
1; Use the following booleans to set assembly flags
2FALSE EQU 0
3TRUE EQU NOT FALSE
4
5IBMVER EQU true ; Switch to build IBM version of Command
6IBM EQU IBMVER
7MSVER EQU false ; Switch to build MS-DOS version of Command
8
9HIGHMEM EQU FALSE ; Run resident part above transient (high memory)
10KANJI EQU false ; Support for dual byte Microsoft KANJI standard
11IBMJAPAN EQU FALSE ;MUST BE TRUE (along with IBM and KANJI)
12
13 \ No newline at end of file