mirror of
https://github.com/microsoft/MS-DOS.git
synced 2025-08-27 08:22:56 +00:00
MS-DOS v2.0 Release
This commit is contained in:
18
v2.0/source/IFEQU.ASM
Normal file
18
v2.0/source/IFEQU.ASM
Normal file
@@ -0,0 +1,18 @@
|
||||
;*************************************
|
||||
; 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
|
Reference in New Issue
Block a user