X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fca65.sgml;h=9bcbfa41c38bb35c27432c4ea52b61fcf58f7f61;hb=f6825b244a17980ef453b58a3afbf7e5a6cb0ac3;hp=edef9e433c04e412bd3f41fee17580088a183189;hpb=7391c1597123f7f1276307dd215d8729ca224e31;p=cc65 diff --git a/doc/ca65.sgml b/doc/ca65.sgml index edef9e433..9bcbfa41c 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -87,39 +87,43 @@ The assembler accepts the following options: --------------------------------------------------------------------------- Usage: ca65 [options] file Short options: - -D name[=value] Define a symbol - -I dir Set an include directory search path - -U Mark unresolved symbols as import - -V Print the assembler version - -W n Set warning level n - -g Add debug info to object file - -h Help (this text) - -i Ignore case of symbols - -l Create a listing if assembly was ok - -mm model Set the memory model - -o name Name the output file - -s Enable smart mode - -t sys Set the target system - -v Increase verbosity + -D name[=value] Define a symbol + -I dir Set an include directory search path + -U Mark unresolved symbols as import + -V Print the assembler version + -W n Set warning level n + -g Add debug info to object file + -h Help (this text) + -i Ignore case of symbols + -l name Create a listing file if assembly was ok + -mm model Set the memory model + -o name Name the output file + -s Enable smart mode + -t sys Set the target system + -v Increase verbosity Long options: - --auto-import Mark unresolved symbols as import - --cpu type Set cpu type - --debug-info Add debug info to object file - --feature name Set an emulation feature - --forget-inc-paths Forget include search paths - --help Help (this text) - --ignore-case Ignore case of symbols - --include-dir dir Set an include directory search path - --listing Create a listing if assembly was ok - --list-bytes n Maximum number of bytes per listing line - --macpack-dir dir Set a macro package directory - --memory-model model Set the memory model - --pagelength n Set the page length for the listing - --smart Enable smart mode - --target sys Set the target system - --verbose Increase verbosity - --version Print the assembler version + --auto-import Mark unresolved symbols as import + --bin-include-dir dir Set a search path for binary includes + --cpu type Set cpu type + --create-dep name Create a make dependency file + --create-full-dep name Create a full make dependency file + --debug-info Add debug info to object file + --feature name Set an emulation feature + --forget-inc-paths Forget include search paths + --help Help (this text) + --ignore-case Ignore case of symbols + --include-dir dir Set an include directory search path + --large-alignment Don't warn about large alignments + --listing name Create a listing file if assembly was ok + --list-bytes n Maximum number of bytes per listing line + --macpack-dir dir Set a macro package directory + --memory-model model Set the memory model + --pagelength n Set the page length for the listing + --smart Enable smart mode + --target sys Set the target system + --verbose Increase verbosity + --version Print the assembler version --------------------------------------------------------------------------- @@ -130,6 +134,16 @@ Here is a description of all the command line options: +