KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q57748: Converting PL/M-386 Code to MSC

Article: Q57748
Product(s): See article
Version(s): 5.10   | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 12-FEB-1990

Microsoft does not make any PL/M conversion programs or utilities, nor
do we know of any products for converting PL/M to C or MASM code that
are explicitly compatible with Windows development. There are,
however, several third-party vendor products (seen on a December 1988
bulletin board).

Microsoft has not tested these products, and therefore, we make no
guarantees about them. You may want to contact the respective vendors
for more information.

   Product: PL/M to C
   Korzeniewski: Frank Korzeniewski Consulting
   1564-A Fitzgeral Dr. #137
   Pinole, CA  94564
   (415) 799-1819

   Product: name not listed
   Lexeme Co.
   Richard Cox
   4 Station Square #250
   Commerce Court
   Pittsburg, PA  15219-1119
   (412) 281-5454

Another less convenient possibility is to use CodeView (CV) to view
the assembly code from the PL/M .EXE files. CV may be able to detect
PUBLIC symbols, such as _main in Microsoft C or Pascal, which would
allow you to skip start-up code and perhaps to keep track of where you
are in your code. This will not result in complete or correct
assembler, but it may ease the conversion process.

You can use PRINT SCREEN to print the assembly code in 17 line blocks.
Or you can invoke CodeView in sequential mode (/t), redirect to a
file, and unassemble (U). For details, query on the following words:

   disassemble and codeview and listing

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.