From 94cc96a79d49fb474ab9c3dae3f186918e98b526 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 21 Dec 2003 11:06:07 +0000 Subject: [PATCH] New stuff by Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@2806 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 60cf18c00..908503f66 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -139,8 +139,14 @@ how to use it. Extended memory drivers

-No extended memory drivers are currently available for the -Apple ][. + + + + Gives access to 12KB RAM (48 pages of 256 bytes each) on the + Apple ][ language card. The driver was contributed by + Stefan Haubenthal. + +

@@ -197,8 +203,21 @@ following functions (and a few others): Passing arguments to the program

-Command line argument passing is currently not supported for the -Apple ][. +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 + Function keys

-- 2.39.5