PLUS4LST v1.2 - Create HTML files from Commodore Plus/4 BASIC 3.5 .PRG files.
Written by Istvan Bozsik, 2004. E-mail: bozsik (AT) freemail (D0T) hu
Usage:PLUS4LST [programname[.PRG [max. line length] [NOLINKS] [LOWER] max. line length: if specified the longer lines will be wrapped NOLINKS: GOTO, GO TO, RUN, RESTORE, GOSUB, THEN, ELSE, RESUME and TRAP statements will not be converted to links LOWER: Lists in lower case (C= + Shift) Output: The program will create an HTML file in current directory, with the same name as the input PRG.
To render the HTML correctly, please install Devin D. Cook's C64 truetype font. (Because I made some corrections to the font, I include both original and my modified version. For this program please use the modified one.)
Before you print an HTML file generated with this program make sure that browser option "Print background colors and images" is turned on, otherwise inverse text in program listing will not be printed in inverse mode.
This program is freeware.
03/05/2004: v1.2 - New feature: lower case mode (command line parameter LOWER) like C= + Shift on a Plus/4. - Because of the lower case mode I had to modify the already modified Commodore64-v51_mod.ttf font. If you installed the font from the earlier versions, you have to remove it and install this one. - minor bugfixes
06/01/2003: v1.1 - New feature: branch statements are converted to HTML links. This feature can be switched off with command line parameter NOLINKS - minor bugfixes
05/02/2003: v1.0 - Original release |