mirror of
https://github.com/uffejakobsen/acme.git
synced 2025-02-19 09:31:42 +00:00
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:
parent
e6a8139fcb
commit
82127995fe
@ -202,6 +202,7 @@ Parameters: FILENAME: A file name given in "..." quoting.
|
|||||||
FILEFORMAT: Name of file format. Valid names are:
|
FILEFORMAT: Name of file format. Valid names are:
|
||||||
cbm with load address (Commodore format)
|
cbm with load address (Commodore format)
|
||||||
plain without load address
|
plain without load address
|
||||||
|
apple with load address and length (Apple II)
|
||||||
If FILEFORMAT is omitted, ACME gives a warning and
|
If FILEFORMAT is omitted, ACME gives a warning and
|
||||||
then defaults to "cbm" (this can be changed using the
|
then defaults to "cbm" (this can be changed using the
|
||||||
command line option "--format").
|
command line option "--format").
|
||||||
|
@ -12,6 +12,13 @@ platform used. There should be another help file in this archive
|
|||||||
outlining the platform specific changes.
|
outlining the platform specific changes.
|
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
Section: New in release 0.94.4
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Added "apple" output format.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Section: New in release 0.94.3
|
Section: New in release 0.94.3
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
@ -171,7 +171,7 @@ Available options are:
|
|||||||
This is more or less useless, because the help is also shown
|
This is more or less useless, because the help is also shown
|
||||||
if ACME is run without any arguments at all.
|
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
|
-o, --outfile FILE select output file
|
||||||
Output filename and format can also be given using the "!to"
|
Output filename and format can also be given using the "!to"
|
||||||
pseudo opcode. If the format is not specified, "!to" defaults
|
pseudo opcode. If the format is not specified, "!to" defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user