Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/VERSION.INC
Дата изменения: Tue Mar 6 22:21:04 2001
Дата индексирования: Thu Jan 15 16:23:05 2009
Кодировка:

Поисковые слова: сферическая составляющая галактик
;***
;version.inc - defines current memory model
;
; Copyright (c) 1987-1990, Microsoft Corporation. All rights reserved.
;
;Purpose:
; This file defines the current memory model being used.
;
;*******************************************************************************

?PLM= 0

ifdef _WINDOWS
?WIN= 1 ; windows entry/exit sequence
else
?WIN= 0
endif

ifdef mem_s
memS equ 1 ; small model
endif

ifdef mem_m
memM equ 1 ; medium model
endif

ifdef mem_c
memC equ 1 ; compact model
endif

ifdef mem_l
memL equ 1 ; large model
endif