mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Documentation updates
git-svn-id: svn://svn.cc65.org/cc65/trunk@495 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
72e790bfbe
commit
00cd06a8b1
@ -23,7 +23,7 @@ DVI = $(SGML:.sgml=.dvi)
|
||||
sgml2txt $<
|
||||
|
||||
%.html: %.sgml
|
||||
sgml2html --split=0 $<
|
||||
sgml2html --split=1 $<
|
||||
|
||||
%.info: %.sgml
|
||||
sgml2info $<
|
||||
|
1354
doc/ca65.sgml
1354
doc/ca65.sgml
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
<date>03.09.2000
|
||||
|
||||
<abstract>
|
||||
cc65 is a C compiler for 6502 targets. It supports several old 6502 based home
|
||||
cc65 is a C compiler for 6502 targets. It supports several 6502 based home
|
||||
computers like the Commodore and Atari machines, but it is easily retargetable.
|
||||
</abstract>
|
||||
|
||||
@ -45,7 +45,10 @@ The compiler translates C files into files containing assembler code that
|
||||
may be translated by the ca65 macroassembler (for more information about
|
||||
the assembler, have a look at ca65.txt).
|
||||
|
||||
The compiler may be called as follows:
|
||||
|
||||
<sect1>Command line option overview<p>
|
||||
|
||||
The compiler may be called as follows:
|
||||
|
||||
<tscreen><verb>
|
||||
---------------------------------------------------------------------------
|
||||
@ -85,6 +88,9 @@ Long options:
|
||||
---------------------------------------------------------------------------
|
||||
</verb></tscreen>
|
||||
|
||||
|
||||
<sect1>Command line options in detail<p>
|
||||
|
||||
Here is a description of all the command line options:
|
||||
|
||||
<descrip>
|
||||
|
@ -3,10 +3,12 @@
|
||||
<article>
|
||||
<title>cl65 Users Guide
|
||||
<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
|
||||
<date>01.08.2000
|
||||
<date>01.08.2000, 27.11.2000
|
||||
|
||||
<abstract>
|
||||
cl65 is the compile & link utility for cc65, the 6502 C compiler.
|
||||
cl65 is the compile & link utility for cc65, the 6502 C compiler. It was
|
||||
designed as a smart frontend for the C compiler (cc65), the assembler (ca65)
|
||||
and the linker (ld65).
|
||||
</abstract>
|
||||
|
||||
<!-- Table of contents -->
|
||||
@ -60,7 +62,7 @@ Long options:
|
||||
--asm-include-dir dir Set an assembler include directory
|
||||
--cpu type Set cpu type
|
||||
--debug Debug mode
|
||||
--debug-info Add debug info
|
||||
--debug-info Add debug info
|
||||
--feature name Set an emulation feature
|
||||
--help Help (this text)
|
||||
--include-dir dir Set a compiler include directory path
|
||||
|
Loading…
Reference in New Issue
Block a user