mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-14 10:47:14 -07:00
MS-DOS v2.0 Release
This commit is contained in:
parent
fce0f75959
commit
80ab2fddfd
156 changed files with 56403 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue