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