|
|
1.1 ! root 1: ;*** ! 2: ;version.inc - defines current memory model ! 3: ; ! 4: ; Copyright (c) 1987, Microsoft Corporation. All rights reserved. ! 5: ; ! 6: ;Purpose: ! 7: ; This file defines the current memory model being used. ! 8: ; ! 9: ;******************************************************************************* ! 10: ! 11: ?PLM= 0 ! 12: ?WIN= 0 ! 13: ! 14: ifdef mem_s ! 15: memS equ 1 ; small model ! 16: endif ! 17: ! 18: ifdef mem_m ! 19: memM equ 1 ; medium model ! 20: endif ! 21: ! 22: ifdef mem_c ! 23: memC equ 1 ; compact model ! 24: endif ! 25: ! 26: ifdef mem_l ! 27: memL equ 1 ; large model ! 28: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.