]>
wirehaze git hosting - MS-DOS.git/blob - v4.0/src/DOS/STDASW.ASM
1 ; SCCSID = @(#)stdasw.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
12 ; Set this switch to cause DOS to move itself to the end of memory
16 ESCCH EQU
0 ; character to begin escape seq.
17 TOGLPRN EQU TRUE
;One key toggles printer echo
20 IF WANG
;Are we assembling for WANG?
21 ESCCH EQU 1FH
;Yes. Use 1FH for escape character
25 CANCEL EQU
"X"-"@" ;Cancel with Ctrl-X
26 TOGLPRN EQU FALSE
;Separate keys for printer echo on