From: cuz Date: Wed, 22 Oct 2003 21:51:36 +0000 (+0000) Subject: Explain command line arguments X-Git-Tag: V2.12.0~1230 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2612d83864f92bc85b9ac848581d8825dcba6e78;p=cc65 Explain command line arguments git-svn-id: svn://svn.cc65.org/cc65/trunk@2564 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/c64.sgml b/doc/c64.sgml index a3448f0fe..fc71e5cb1 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -235,6 +235,22 @@ does not exist). Other hints

+Passing arguments to the program

+ +Command line arguments can be passed to + RUN:REM,ARG1," ARG2", ARG 3,, ARG5, ... + + + +Arguments are separated by commas. +There must be a comma after the first Leading spaces are ignored; trailing spaces are included unless the + argument was quoted. +The first argument passed to