<sect1>Extended memory drivers<p>
-No extended memory drivers are currently available for the
-Apple ][.
+<descrip>
+
+ <tag><tt/a2-lc.emd/</tag>
+ Gives access to 12KB RAM (48 pages of 256 bytes each) on the
+ Apple ][ language card. The driver was contributed by
+ Stefan Haubenthal.
+
+</descrip><p>
<sect1>Passing arguments to the program<p>
-Command line argument passing is currently not supported for the
-Apple ][.
+Command line arguments can be passed to <tt/main()/. Since this is not
+supported by BASIC, the following syntax was choosen:
+
+<tscreen><verb>
+ RUN:REM,ARG1," ARG2", ARG 3,, ARG5, ...
+</verb></tscreen>
+
+<enum>
+<item>Arguments are separated by commas.
+<item>There must be a comma after the first <tt/REM/.
+<item>Leading spaces are ignored; trailing spaces are included unless the
+ argument was quoted.
+<item>The first argument passed to <tt/main/ is the program name.
+</enum>
+
<sect1>Function keys<p>