1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/packages/debian/cc65.1

52 lines
1.2 KiB
Groff
Raw Normal View History

.TH CC65 1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH CC65
CC65 \- 6502 C crosscompiler/crossassembler
.SH SYNOPSIS
.B ar65
.I "<operation> lib file|module ..."
.br
.B ca65
.I "[options] file"
.br
.B ca65html
.I "[options] file ..."
.br
.B cc65
.I "[options] file ..."
.br
.B cl65
.I "[options] file ..."
.br
.B da65
.I "[options] file ..."
.br
.B grc65
.I "[options] file"
.br
.B ld65
.I "[options] module ..."
.br
.B od65
.I "[options] file [options] [file]"
.SH "DESCRIPTION"
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.SH OPTIONS
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options are included below.
For a complete description, see the Info files and/or the documentation
in /usr/share/doc/cc65.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
Show version of program.
.SH AUTHOR
This manual page was written by Michael Klein <michael.klein@puffin.lb.shuttle.de>,
for the Debian GNU/Linux system (but may be used by others).