mirror of
https://github.com/microsoft/MS-DOS.git
synced 2024-11-25 07:05:45 +00:00
19 lines
285 B
NASM
19 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
|