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

wirehaze git hosting

Merge pull request #6 from notnownikki/master
[MS-DOS.git] / v2.0 / source / STDSW.ASM
1 TRUE EQU 0FFFFH
2 FALSE EQU NOT TRUE
3
4 ; Use the switches below to produce the standard Microsoft version or the IBM
5 ; version of the operating system
6 MSVER EQU false
7 IBM EQU true
8 WANG EQU FALSE
9 ALTVECT EQU FALSE
10
11 ; Set this switch to cause DOS to move itself to the end of memory
12 HIGHMEM EQU FALSE
13
14 IF IBM
15 ESCCH EQU 0 ; character to begin escape seq.
16 CANCEL EQU 27
17 TOGLINS EQU TRUE ;One key toggles insert mode
18 TOGLPRN EQU TRUE ;One key toggles printer echo
19 ZEROEXT EQU TRUE
20 ELSE
21 IF WANG ;Are we assembling for WANG?
22 ESCCH EQU 1FH ;Yes. Use 1FH for escape character
23 ELSE
24 ESCCH EQU 1BH
25 ENDIF
26 CANCEL EQU "X"-"@" ;Cancel with Ctrl-X
27 TOGLINS EQU WANG ;Separate keys for insert mode on
28 ;and off if not WANG
29 TOGLPRN EQU FALSE ;Separate keys for printer echo on
30 ;and off
31 ZEROEXT EQU TRUE
32 ENDIF
33
34 \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\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\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a\1a