1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00

Doc fixes from Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2871 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-01-04 21:25:50 +00:00
parent 1b73d9d254
commit 15793782a8

View File

@ -144,7 +144,8 @@ how to use it.
<tag><tt/a2.lc.emd/</tag> <tag><tt/a2.lc.emd/</tag>
Gives access to 12KB RAM (48 pages of 256 bytes each) on the Gives access to 12KB RAM (48 pages of 256 bytes each) on the
Apple&nbsp;&rsqb;&lsqb; language card. The driver was contributed by Apple&nbsp;&rsqb;&lsqb; language card. The driver was contributed by
Stefan Haubenthal. Stefan Haubenthal. Note: This driver is incompatible with any DOS using
the language card memory!
</descrip><p> </descrip><p>
@ -207,7 +208,7 @@ Command line arguments can be passed to <tt/main()/. Since this is not
supported by BASIC, the following syntax was choosen: supported by BASIC, the following syntax was choosen:
<tscreen><verb> <tscreen><verb>
RUN:REM,ARG1," ARG2", ARG 3,, ARG5, ... CALL2048:REM,ARG1," ARG2", ARG 3,, ARG5, ...
</verb></tscreen> </verb></tscreen>
<enum> <enum>