diff options
Diffstat (limited to 'v2.0/source/COMSW.ASM')
| -rw-r--r-- | v2.0/source/COMSW.ASM | 13 |
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 | ||
| 2 | FALSE EQU 0 | ||
| 3 | TRUE EQU NOT FALSE | ||
| 4 | |||
| 5 | IBMVER EQU true ; Switch to build IBM version of Command | ||
| 6 | IBM EQU IBMVER | ||
| 7 | MSVER EQU false ; Switch to build MS-DOS version of Command | ||
| 8 | |||
| 9 | HIGHMEM EQU FALSE ; Run resident part above transient (high memory) | ||
| 10 | KANJI EQU false ; Support for dual byte Microsoft KANJI standard | ||
| 11 | IBMJAPAN EQU FALSE ;MUST BE TRUE (along with IBM and KANJI) | ||
| 12 | |||
| 13 | \ No newline at end of file | ||