I use Intel's PL/M51. I don't need any information on PL/M,
at least not now, as I am quite experienced in it, but am
willing to help others. The projects where I use PL/M
are industrial, like high precision servo controllers.
It is an old compiler. At the time it was developed, it was very
up to date. Nowadays C compilers like Keil can give better results.
I just wished I could get the old sourcecode from Intel, then
I could make optimalisations.
I would certainly use your site, but I don't think many others will.
Regards,
Pieter Hoeben
______________________________________________________________________
Hoeben Electronics Phone/GSM : +31 6 51590081
Ronkert 44 Fax : +31 13 5096025
5094 EW Lage Mierde Private : +31 13 5096024
The Netherlands E-mail : in...@hoeben.com
http://www.hoeben.com <mailto:in...@hoeben.com>
______________________________________________________________________
I will add more links later.
This site will be to exchange information. Ask questions. This is an
unsupported language by Intel but some of us have legacy code.
David
I think I don't need any help with PL/M-86, but I could give advice if
someone is interested in.
>I think one of the things I want to expand on with this site is how to get
>out of PLM.
I have macros for the editor Epsilon that do the bulk of conversion from
PL/M to C. They mostly consist of regular-expression replacements so they
could conceivably be ported to another editor. Or you could buy Epsilon
and be glad you did.
It doesn't produce ANSI C as that hadn't been invented yet, and there are
ambiguities in the PL/M combined boolean/bitwise logic that needs the
attention of a human. I used these macros to do the conversion of several
hundred thousand lines of code.
My services are also for hire.
--
#include <standard.disclaimer>
_
Kevin D Quitt USA 91351-4454 96.37% of all statistics are made up
Per the FCA, this email address may not be added to any commercial mail list
Is there a way that I can compile C functions with PL/M modules?
I tried to do it , I compiled the C function with 'IC86' and then I tried
to link the C object with the PL/M objects with 'LINK86' but I got this
warning : "WARNING 19: TYPE MISMATCH"
I don't know how to solve it !
Is there any tutorials on compiling C an PL/M on the net?