committed docs I forgot in last update

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@8 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye 2012-10-25 15:36:35 +00:00
parent e6a8139fcb
commit 82127995fe
3 changed files with 9 additions and 1 deletions

View File

@ -202,6 +202,7 @@ Parameters: FILENAME: A file name given in "..." quoting.
FILEFORMAT: Name of file format. Valid names are:
cbm with load address (Commodore format)
plain without load address
apple with load address and length (Apple II)
If FILEFORMAT is omitted, ACME gives a warning and
then defaults to "cbm" (this can be changed using the
command line option "--format").

View File

@ -12,6 +12,13 @@ platform used. There should be another help file in this archive
outlining the platform specific changes.
----------------------------------------------------------------------
Section: New in release 0.94.4
----------------------------------------------------------------------
Added "apple" output format.
----------------------------------------------------------------------
Section: New in release 0.94.3
----------------------------------------------------------------------

View File

@ -171,7 +171,7 @@ Available options are:
This is more or less useless, because the help is also shown
if ACME is run without any arguments at all.
-f, --format FORMAT select output format ("plain" or "cbm")
-f, --format FORMAT select output format ("plain", "cbm" or "apple")
-o, --outfile FILE select output file
Output filename and format can also be given using the "!to"
pseudo opcode. If the format is not specified, "!to" defaults