ECVTLIS V3.5, Utilities, Convert Compiler Listings back to Source Code, CVTLIS V3.59 Copyright © 1994,2002, Hunter Goatley.0 All rights reserved.ICVTLIS converts .LIS files from the VMS Source Listings on CD back to theCappropriate source files. The following file types are recognized: Language Type Output file type! --------- ---- ---------------- MACRO-32 (VAX) .MAR AMACRO-32 (Alpha) .MAR BLISS-32 (VAX) .B32 BLISS-32E (Alpha) .B32E BLISS-64 (Alpha) .B64 MACRO-64 (Alpha) .M64 VAX C (VAX) .C DEC C (VAX/Alpha) .C SDL (VAX/Alpha) .SDL CDU (VAX/Alpha) .CLD MESSAGE (VAX/Alpha) .MSG VAX PL/I (VAX) .PLI DEC PL/I (Alpha) .PLI VAX Pascal (VAX) .PAS DEC Pascal (VAX/Alpha) .PASGCVTLIS is written in BLISS and will compile and run on both OpenVMS VAXand OpenVMS Alpha.ECVTLIS is highly dependent on the .LIS format produced for the sourceGlistings CDs. Fortunately, most of the VMS programmers follow rigorousCsource code formats, so this program will successfully convert mostlisting files.GTo build an executable, either execute @LINK.COM or go to the [.SOURCE]&subdirectory and rebuild it using MMK.FTo use CVTLIS, define a foreign symbol to run the program and supply a#.LIS file name on the command line:" $ cvtlis :== $dev:[dir]cvtlis.exe $ cvtlis [v61.dcl]recallsub.lisP--------------------------------------------------------------------------------Files in this directory:AAAREADME.DOC This file AAAREADME.TOO Revision history(CVTLIS.ALPHA_OLB CVTLIS library (Alpha)(CVTLIS.OLB CVTLIS object library (VAX)4LINK.COM Command procedure to link the executablesFiles in [.SOURCE]:*CVTLIS.B32 BLISS source file for CVTLIS.6CVTLIS_CLD.CLD CLD command language definition file.?CVTLIS_MSG.MSG MESSAGE source file for CVTLIS error messages.;DESCRIP.MMS MMS/MMK description file for building CVTLIS.2FPARSE.B32 Routine to parse file specifications.P--------------------------------------------------------------------------------CONTACTING THE AUTHORKComments, suggestions, and questions about this software can be directed to-the author at one of the following addresses:Mail: Hunter Goatley P.O. Box 51745 Bowling Green, KY 42102-6745E-mail: goathunter@goatley.comP--------------------------------------------------------------------------------COPYRIGHT NOTICELThis software is COPYRIGHT © 1994,2002, HUNTER GOATLEY. ALL RIGHTS RESERVED.LPermission is granted for not-for-profit redistribution, provided all sourceIand object code remain unchanged from the original distribution, and that$all copyright notices remain intact. DISCLAIMERJThis software is provided "AS IS". The author makes no representations orEwarranties with respect to the software and specifically disclaim anyCimplied warranties of merchantability or fitness for any particularpurpose.