.\" Copyright (c) 1999 .\" The Regents of the University of California. All rights reserved. .\" and David E. O'Brien .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $FreeBSD$ .\" .Dd December 29, 1999 .Dt GASP 1 .Os .Sh NAME .Nm gasp .Nd the GNU Assembler Macro Preprocessor .Sh SYNOPSIS .Nm .Op Fl adhMpsuv .Op Fl c Ar char .Op Fl o Ar outfile .Op Fl D Ns Ar name=value .Op Fl I Ns Ar path .Op infile .Sh DESCRIPTION .Nm is the GNU Assembler Macro Preprocessor. The argument .Ar infile is processed and the resulting text is sent to the standard output. .Pp The options are as follows: .Bl -tag -width "-Dname=value" .It Fl a Enter enter alternate macro mode. Also specifiable as .Op Fl \-alternate .It Fl c Ar char Change the comment character from `!' Also specifiable as .Op Fl \-commentchar\ char .It Fl d Print limited debugging information. Also specifiable as .Op Fl \-debug .It Fl h Print the help message. Also specifiable as .Op Fl \-help .It Fl M Enter MRI compatibility mode Also specifiable as .Op Fl \-mri .It Fl o Ar outfile Specify the output file. Also specifiable as .Op Fl \-output\ outfile .It Fl p Print line numbers. Also specifiable as .Op Fl \-print .It Fl s Copy source through as comments. Also specifiable as .Op Fl \-copysource .It Fl u Allow unreasonable nesting. Also specifiable as .Op Fl \-unreasonable .It Fl v Print the program version and exit. Also specifiable as .Op Fl \-version .It Fl D Ns Ar name=value Define the preprocessor symbol .Ar name to have the value specified by "value". .It Fl I Ns Ar path Add .Ar path to the include path list. .El .Sh SEE ALSO .Xr cpp 1 , .Xr m4 1 .Rs .%T The gasp GNU hypertext system info pages .Re .Sh HISTORY The .Nm command is part of the GNU Binutils package. .Sh AUTHORS This man page was written by .An David E. O'Brien .