1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-21 20:29:24 +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:
cuz 2003-06-03 14:14:01 +00:00
parent ea7b1f5312
commit 0f8add2112

View File

@ -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