mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-07-06 04:52:27 -07:00
18 lines
285 B
NASM
18 lines
285 B
NASM
;*************************************
|
|
; COMMAND EQUs which are switch dependant
|
|
|
|
IF1
|
|
IF IBM
|
|
%OUT IBM version
|
|
ELSE
|
|
%OUT Normal version
|
|
ENDIF
|
|
|
|
IF HIGHMEM
|
|
%OUT Highmem version
|
|
ENDIF
|
|
|
|
IF KANJI
|
|
%OUT Kanji version
|
|
ENDIF
|
|
ENDIF
|