COMMODORE PLUS/4 WORLD
 Home  Search  Games  Tapes  Covers  Cheats  Maps  Software  New Stuff 
 Features  Solutions  Remakes  Publications  Plus/4 Encyclopedia  Hardware  Top List 
 Members  Groups  Tools  Options  Forum 
Plus4Lst
Title:Plus4Lst
Version:1.2
ActiveNo
Last modified:2004-03-05
Category:Programming
Platform:Windows
Author: B., István
Homepage or Download: /dl/tools/plus4lst.zip


Notes
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

Copyright © Plus/4 World Team, 2001-2008