mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 05:29:52 +00:00
Updated for new cl65 options
git-svn-id: svn://svn.cc65.org/cc65/trunk@2195 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ea7b1f5312
commit
0f8add2112
@ -50,6 +50,7 @@ Short options:
|
||||
-Cl Make local variables static
|
||||
-D sym[=defn] Define a preprocessor symbol
|
||||
-I dir Set a compiler include directory path
|
||||
-L path Specify a library search path
|
||||
-Ln name Create a VICE label file
|
||||
-O Optimize code
|
||||
-Oi Optimize code, inline functions
|
||||
@ -66,6 +67,7 @@ Long options:
|
||||
--asm-include-dir dir Set an assembler include directory
|
||||
--bss-label name Define and export a BSS segment label
|
||||
--bss-name seg Set the name of the BSS segment
|
||||
--cfg-path path Specify a config file search path
|
||||
--check-stack Generate stack overflow checks
|
||||
--code-label name Define and export a CODE segment label
|
||||
--code-name seg Set the name of the CODE segment
|
||||
@ -79,11 +81,15 @@ Long options:
|
||||
--feature name Set an emulation feature
|
||||
--help Help (this text)
|
||||
--include-dir dir Set a compiler include directory path
|
||||
--lib file Link this library
|
||||
--lib-path path Specify a library search path
|
||||
--listing Create an assembler listing
|
||||
--mapfile name Create a map file
|
||||
--module Link as a module
|
||||
--module-id id Specify a module id for the linker
|
||||
--o65-model model Override the o65 model
|
||||
--obj file Link this object file
|
||||
--obj-path path Specify an object file search path
|
||||
--register-space b Set space available for register variables
|
||||
--register-vars Enable register variables
|
||||
--rodata-name seg Set the name of the RODATA segment
|
||||
@ -166,7 +172,7 @@ package, it tries to be smart about several things.
|
||||
extension. So you don't need to name the executable name in most
|
||||
cases, just give the name of your "main" file as first input file.
|
||||
</itemize>
|
||||
|
||||
|
||||
The type of an input file is derived from its extension:
|
||||
|
||||
<itemize>
|
||||
@ -179,7 +185,7 @@ The type of an input file is derived from its extension:
|
||||
</itemize>
|
||||
|
||||
Please note that the program cannot handle input files with unknown file
|
||||
extensions.
|
||||
extensions.
|
||||
|
||||
|
||||
<sect>Examples<p>
|
||||
|
Loading…
Reference in New Issue
Block a user