1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-07-31 06:04:29 +03:00
Files
fuse-utils/man/listbasic.1
Fredrick Meunier 8d972be363 Reintegrate merge of fuse-utils_1_2_0-branch.
Legacy-ID: 5770
2016-08-22 11:35:55 +00:00

89 lines
2.5 KiB
Groff

.\" -*- nroff -*-
.\"
.\" listbasic.1: listbasic man page
.\" Copyright (c) 2003-2004 Philip Kendall
.\"
.\" 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; either version 2 of the License, or
.\" (at your option) any 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.
.\"
.\" You should have received a copy of the GNU General Public License along
.\" with this program; if not, write to the Free Software Foundation, Inc.,
.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.\"
.\" Author contact information:
.\"
.\" E-mail: philip-fuse@shadowmagic.org.uk
.\"
.\"
.TH listbasic 1 "21st August, 2016" "Version 1.2.2" "Emulators"
.\"
.\"------------------------------------------------------------------
.\"
.SH NAME
listbasic \(em Extract the BASIC from a ZX Spectrum file
.\"
.\"------------------------------------------------------------------
.\"
.SH SYNOPSIS
.B listbasic
.RI [ OPTION ]
.I "file"
.P
.\"
.\"------------------------------------------------------------------
.\"
.SH DESCRIPTION
listbasic extracts the BASIC listing from a ZX Spectrum snapshot or
tape file and prints it to standard output.
.\"
.\"------------------------------------------------------------------
.\"
.SH OPTIONS
.TP
.I \-b
specifies that the program to list is a Beta BASIC program.
.TP
.IR \-h ", " \-\-help
give brief usage help, listing available options.
.TP
.IR \-V ", " \-\-version
output version information.
.TP
.I file
specifies a snapshot or tape image from which to extract the BASIC,
which must be in a format supported by
.IR libspectrum "(3)."
.\"
.\"------------------------------------------------------------------
.\"
.SH BUGS
None known.
.\"
.\"------------------------------------------------------------------
.\"
.SH SEE ALSO
.IR fuse "(1),"
.IR fuse\-utils "(1),"
.IR libspectrum "(3)"
.PP
The comp.sys.sinclair Spectrum FAQ, at
.br
.IR "http://www.worldofspectrum.org/faq/index.html" .
.\"
.\"------------------------------------------------------------------
.\"
.SH AUTHOR
Philip Kendall (philip\-fuse@shadowmagic.org.uk).
.PP
Chris Cowley wrote
.IR SnapList ,
.RI ( http://freestuff.grok.co.uk/snaplist/index.html "), "
on which listbasic is very heavily based.