From 2ca1fbab34e3d995de9d6fb437596ddbed72c500 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 28 Apr 2004 09:53:30 +0000 Subject: [PATCH] The C128 runtime now takes command line arguments git-svn-id: svn://svn.cc65.org/cc65/trunk@2991 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/c128.sgml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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

-- 2.39.5