]>
wirehaze git hosting - MS-DOS.git/blob - v4.0/src/DOS/STDSW.ASM
1 ; SCCSID = @(#)stdsw.asm 1.1 85/04/10
5 ; Use the switches below to produce the standard Microsoft version or the IBM
6 ; version of the operating system
14 ; Set this switch to cause DOS to move itself to the end of memory
18 ESCCH EQU
0 ; character to begin escape seq.
19 CANCEL EQU
27 ;Cancel with ESCAPE
20 TOGLPRN EQU TRUE
;One key toggles printer echo
23 IF WANG
;Are we assembling for WANG?
24 ESCCH EQU 1FH
;Yes. Use 1FH for escape character
28 CANCEL EQU
"X"-"@" ;Cancel with Ctrl-X
29 TOGLPRN EQU FALSE
;Separate keys for printer echo on