Menu

lstbas

Michal Jurica

Usage:

lstbas [options] filename.bas [>outfile.lst]

List of basic program and variables in filename.bas

Options:

-c ... display control codes (characters 0-31)
-n ... display value of each number (after code 14)
-s ... display contens of simple strings (in variables)
-h ... display basic listing in html format (with <TABLE>)

If you use parameter ">outfile.lst" for redirect standart output,
all information will be printed to outfile.lst as plain or html text.
Filename.bas must be plain binary file without any format headers.
You can use 0tobin to make this filename.bas (for example).


Related

Wiki: Home