You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.1 KiB
89 lines
2.1 KiB
.TH GFALIST 1 "06 May 2003" "GFA-List" |
|
.SH NAME |
|
gfalist - Reads tokenized GFA BASIC version 3.x source files (.GFA) and converts them to human readable ASCII listings (.LST). |
|
|
|
.SH SYNOPSIS |
|
.B gfalist |
|
\fR[\fB-o\fR \fIlstfile\fR] |
|
.RB [ -vcthi ] |
|
.I gfafile |
|
|
|
.SH DESCRIPTION |
|
Reads an .gfa file as input. Produces a .lst (ASCII) |
|
file as output. |
|
|
|
.SH OPTIONS |
|
.TP |
|
.BR \-o " " \fIfile\fR |
|
Place output in file \c |
|
.I file\c |
|
\&. INLINE data will not be saved. |
|
.TP |
|
.BR \-b |
|
bug emulation. |
|
.TP |
|
.BR \-c |
|
conversion. |
|
.TP |
|
.BR \-f |
|
force |
|
.B gfalist |
|
to process the input file even when it is not the correct GFA-Basic version. |
|
.TP |
|
.BR \-i |
|
save INLINE data into separate files, named after the pointers, ending .inl. |
|
.TP |
|
.BR \-h ", " \-\-help ", " \-V |
|
makes |
|
.B gfalist |
|
print a short usage information and exit. |
|
.TP |
|
.BR \-t |
|
timer. |
|
.TP |
|
.BR \-v ", " \-\-verbose |
|
make |
|
.B gfalist |
|
print information about its processing to \fIstderr\fR. |
|
|
|
.PP |
|
For detailed help and description of the implemented commands take a |
|
look at the README file and manual which comes with the gfalist package. |
|
|
|
.SH EXAMPLES |
|
.nf |
|
gfalist testme.gfa |
|
prints the code to stdout |
|
gfalist testme.gfa -o testme.lst |
|
converts testme.gfa into testme.lst (ASCII listing) |
|
gfalist testme.gfa > testme.lst |
|
converts testme.gfa into testme.lst (ASCII listing) including |
|
INLINE DATA converted to HEXDUMP |
|
.fi |
|
|
|
.SH LIMITATIONS |
|
The support to GFA-BASIC version 3 is limited. |
|
|
|
.SH VERSION |
|
This Page was created for V.0.01 |
|
|
|
.SH AUTHOR |
|
Copyright (C) 1992-2001 by Peter Backes. |
|
Man-Page created by Markus Hoffmann |
|
|
|
.SH COPYRIGHT |
|
Copyright (C) 1992-2001 Peter Backes |
|
|
|
This program is free software; you can redistribute it and/or modify |
|
it under the terms of the GNU General Public License as published by |
|
the Free Software Foundation; version 2 of the License, not any |
|
earlier or later version. |
|
|
|
This program is distributed in the hope that it will be |
|
useful, but WITHOUT ANY WARRANTY; without even the implied |
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
|
PURPOSE. See the GNU General Public License for more |
|
details. |
|
.SH "SEE ALSO" |
|
OUR NEXT STEP -- The GFABASIC4 development package |
|
|
|
|