From: cuz Date: Wed, 28 Apr 2004 09:53:30 +0000 (+0000) Subject: The C128 runtime now takes command line arguments X-Git-Tag: V2.12.0~835 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ca1fbab34e3d995de9d6fb437596ddbed72c500;p=cc65 The C128 runtime now takes command line arguments git-svn-id: svn://svn.cc65.org/cc65/trunk@2991 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/c128.sgml b/doc/c128.sgml index c37becaf6..ac18d8fbd 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -265,7 +265,22 @@ does not exist). Passing arguments to the program

-Command line argument passing is currently not supported for the C128. +Command line arguments can be passed to + RUN:REM ARG1 " ARG2 IS QUOTED" ARG3 "" ARG5 + + + +Arguments are separated by spaces. +Arguments may be quoted. +Leading and trailing spaces around an argument are ignored. Spaces within + a quoted argument are allowed. +The first argument passed to A maximum number of 10 arguments (including the program name) are + supported. + Program return code