made docs match online help

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@289 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye 2020-08-12 13:15:45 +00:00
parent b2b14cb176
commit aa8d766e6c
1 changed files with 3 additions and 3 deletions

View File

@ -213,8 +213,8 @@ Available options are:
--vicelabels FILE set file name for label dump in VICE format
The resulting file uses a format suited for the VICE emulator.
--setpc NUMBER set program counter
This can also be given in the source code using "* = NUMBER".
--setpc VALUE set program counter
This can also be given in the source code using "* = VALUE".
--cpu CPU_TYPE set target processor
This can be changed in the source code using the "!cpu" pseudo
@ -222,7 +222,7 @@ Available options are:
Use this with a bogus cpu type to get a list of all supported
ones.
--initmem NUMBER define 'empty' memory
--initmem VALUE define 'empty' memory
This can also be given using the "!initmem" pseudo opcode.
Defaults to zero.