Welcome to XMM version 1.2 !
--------------------------------
eXpanded Memory Manager for Turbo Pascal
Files in this package:
----------------------
README.DOC - This file!
DIRECTIV.10 - Compiler directives for Quick Pascal 1.0
DIRECTIV.40 - Compiler directives for Turbo Pascal 4.0
DIRECTIV.50 - Compiler directives for Turbo Pascal 5.0
DIRECTIV.55 - Compiler directives for Turbo Pascal 5.5
DIRECTIV.60 - Compiler directives for Turbo Pascal 6.0
DIRECTIV.INC - Compiler directive back-bone
XMS.PAS - Pascal source of XMM driver
XMM.ASM - Assembler source of XMM driver
XMM.OBJ - Object code of XMM driver
XMS20.ZIP - Microsof XMS driver (Public Domain)
XMS30.DOC - XMS 3.0 specifications
Short description :
-------------------
XMM is a Turbo Pascal eXtended Memory Manager implementation that supports
Microsofts XMS specification level 3.0.
It enables programs running on an AT-like, 386-like or 486-like machine to
use extended memory (memory above the 1 megabyte barrier) to store data and
code.
Almost all code is written in machine language and Microsofts XMS driver
version 2.06 (which is public domain) is included.
Usage :
-------
In order to use the XMM driver, you must compile the XMS.PAS file with
your Turbo Pascal version to XMM.TPU. You don't need to assemble the
XMM.ASM file, as the .OBJ file is already included.
TPC XMM.PAS
Then you can put a uses statement in your application
|