Add manpage by Denis Briand
[a56.git] / a56.1
1 .\"
2 .\" Copyright (C) 1990-1998 Quinn C. Jensen
3 .\"
4 .\" Permission to use, copy, modify, distribute, and sell this software
5 .\" and its documentation for any purpose is hereby granted without fee,
6 .\" provided that the above copyright notice appear in all copies and
7 .\" that both that copyright notice and this permission notice appear
8 .\" in supporting documentation.  The author makes no representations
9 .\" about the suitability of this software for any purpose.  It is
10 .\" provided "as is" without express or implied warranty.
11 .\"
12 .\"
13 .TH A56 1 "April 28, 2010"
14 .SH NAME
15 A56 \- Motorola DSP56001 assembler
16 .SH SYNOPSIS
17 .B a56
18 [\fI\-b\fR] [\fI\-l\fR] [\fI\-o output\-file\fR] file [...]
19 .SH DESCRIPTION
20 This manual page documents briefly the
21 .B a56
22 command.
23 .PP
24 a56 is an assembler for the Motorola DSP56001 family of microcontrollers. 
25 It is capable of compiling the firmware used in Linux dsp56k.c driver.
26 .SH OPTIONS
27 .TP
28 \fB\-b\fR
29 Adds binary to the listing.
30 .TP
31 \fB\-l\fR
32 Causes included files to be listed.
33 .TP
34 \fB\-o\fR
35 Directs the output to the specified file rather than the default.
36 .SH AUTHORS
37 Copyright (C) 1990-1998 Quinn C. Jensen.
38 This manual page was written by Denis Briand <denis@narcan.fr>,
39 for the Debian GNU/Linux system (but may be used by others).