]> wirehaze git hosting - MS-DOS.git/blob - v2.0/source/COMSW.ASM

wirehaze git hosting

Create README-ger.md
[MS-DOS.git] / v2.0 / source / COMSW.ASM
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 \1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a