Added blurb about register variables

git-svn-id: svn://svn.cc65.org/cc65/trunk@1654 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-26 18:46:40 +00:00
parent 0348739164
commit 6598be68b2
3 changed files with 102 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ Short options:
-l Create an assembler listing
-m name Create a map file
-o name Name the output file
-r Enable register variables
-t sys Set the target system
-v Verbose mode
-vm Verbose map file
@@ -77,6 +78,8 @@ Long options:
--include-dir dir Set a compiler include directory path
--listing Create an assembler listing
--mapfile name Create a map file
--register-space b Set space available for register variables
--register-vars Enable register variables
--rodata-name seg Set the name of the RODATA segment
--signed-chars Default characters are signed
--start-addr addr Set the default start address