Date : Sun, 08 Jun 1986101:06:00-MDT
From : Bernie Eiben - LDP Workstations <EIBEN@dec-marlboro.ARPA>
Subject: Programs to handle inline code for Turbo Pascal
Now available from SIMTEL20:
Filename Type Bytes CRC
Directory PD:<CPM.TURBOPAS>
PMLINK.LBR.1 BINARY 26240 ABF1H
PMLINK holds a 'close relative' to:
Directory PD:<MSDOS.TURBO-PASCAL>
INLINE.ARC.1 BINARY 34124 82DDH
Both make inclusion of 'inline code' for TURBO easier. INLINE supports
MSDOS, PMLINK supports CP/M - although it shouldn't be too involved to
convert PMLINK for MSDOS.
Differences between the two:
1. PMLINK is distributed with source { MC June 1986 translated by me}
2. PMLINK takes Microsofts REL-format and generates 'inline' code ,
whereas INLINE tries to do the 'assembly' itself.
3. PMLINK is 'superfast' - although thats of minor importance - more
important is usage of REL format, which is pretty close to OBJ format.
...another nice piece of TURBO .. and another nice example how to speed
up TURBO's already impressive performance.
Rgds,
Bernie.