diff --git a/docs/AllPOs.txt b/docs/AllPOs.txt index 8ef7312..b0604fd 100644 --- a/docs/AllPOs.txt +++ b/docs/AllPOs.txt @@ -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"). diff --git a/docs/Changes.txt b/docs/Changes.txt index 5c0ca63..036200a 100644 --- a/docs/Changes.txt +++ b/docs/Changes.txt @@ -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 ---------------------------------------------------------------------- diff --git a/docs/QuickRef.txt b/docs/QuickRef.txt index 62d9d94..e30e9d0 100644 --- a/docs/QuickRef.txt +++ b/docs/QuickRef.txt @@ -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