mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
Changed docs for options.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5347 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
049ff2ce3e
commit
27c28bd078
@ -38,10 +38,23 @@ should be processed by <bf/ca65/ and linked to the application (read about
|
||||
|
||||
|
||||
<sect>Usage
|
||||
<p>grc65 accepts the following options:<tscreen><verb>
|
||||
-h, -? this help
|
||||
-o name name the C output file
|
||||
-s name name the asm output file
|
||||
<p>grc65 accepts the following options:
|
||||
|
||||
<tscreen><verb>
|
||||
---------------------------------------------------------------------------
|
||||
Usage: grc65 [options] file
|
||||
Short options:
|
||||
-V Print the version number
|
||||
-h Help (this text)
|
||||
-o name Name the C output file
|
||||
-s name Name the asm output file
|
||||
-t sys Set the target system
|
||||
|
||||
Long options:
|
||||
--help Help (this text)
|
||||
--target sys Set the target system
|
||||
--version Print the version number
|
||||
---------------------------------------------------------------------------
|
||||
</verb></tscreen>
|
||||
Default output names are made from input names with extensions replaced by
|
||||
<tt/.h/ and <tt/.s/.
|
||||
|
Loading…
Reference in New Issue
Block a user