X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fplus4.sgml;h=2fce4d86a5122f57fb67fcb54ca9956ad1b1a423;hb=52d0b2b5a728d7c8c3e7e2f96e92073b740d090f;hp=93d5c15e26748d284a2234c763912485f05643a7;hpb=a87edce03e920ca04658dccccce4f2c8582294b2;p=cc65 diff --git a/doc/plus4.sgml b/doc/plus4.sgml index 93d5c15e2..2fce4d86a 100644 --- a/doc/plus4.sgml +++ b/doc/plus4.sgml @@ -185,7 +185,7 @@ does not exist). that because of the peculiarities of the 6551 chip transmits are not interrupt driven, and the transceiver blocks if the receiver asserts flow control because of a full buffer. - + You need an adapter to use the builtin port, since the output levels available at the user port don't follow the RS232 standard. @@ -201,7 +201,29 @@ does not exist). Passing arguments to the program

-Command line argument passing is currently not supported for the Plus/4. +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

+ +The program return code (low byte) is passed back to BASIC by use of the +Interrupts