[net.micro.cpm] Programs to handle inline code for Turbo Pascal

EIBEN@dec-marlboro.ARPA (Bernie Eiben - LDP Workstations) (06/09/86)

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.