]>
wirehaze git hosting - MS-DOS.git/blob - v4.0/src/DOS/MSSW.ASM
1 ; SCCSID = @(#)ibmsw.asm 1.1 85/04/10
8 ; Set this switch to cause DOS to move itself to the end of memory
11 ; Turn on switch below to allow testing disk code with DEBUG. It sets
12 ; up a different stack for disk I/O (functions > 11) than that used for
13 ; character I/O which effectively makes the DOS re-entrant.
16 ESCCH EQU
0 ; character to begin escape seq.
17 CANCEL EQU
27 ;Cancel with escape
18 TOGLPRN EQU TRUE
;One key toggles printer echo
22 CANCEL EQU
"X"-"@" ;Cancel with Ctrl-X
23 TOGLPRN EQU FALSE
;Separate keys for printer echo on