From 2612d83864f92bc85b9ac848581d8825dcba6e78 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 22 Oct 2003 21:51:36 +0000 Subject: [PATCH] Explain command line arguments git-svn-id: svn://svn.cc65.org/cc65/trunk@2564 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/c64.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.39.5