From aa8d766e6c73be296f71d4132629091de56f4746 Mon Sep 17 00:00:00 2001 From: marcobaye Date: Wed, 12 Aug 2020 13:15:45 +0000 Subject: [PATCH] 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 --- docs/QuickRef.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/QuickRef.txt b/docs/QuickRef.txt index 764b062..4727255 100644 --- a/docs/QuickRef.txt +++ b/docs/QuickRef.txt @@ -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.