Small fixes by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@3521 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-06-07 16:08:06 +00:00
parent 71126c8200
commit 7579aba638
3 changed files with 6 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ program generated by the linker for the Apple ][ target.
<sect>Memory layout<p>
In the standard setup, cc65 generated programs use the memory from
&dollar;800 to &dollar;9600, so 35.5K of memory is available. ROM calls are
&dollar;800 to &dollar;95FF, so 35.5K of memory are available. ROM calls are
possible without further precautions.
Special locations:
@@ -91,6 +91,7 @@ the <htmlurl url="funcref.html" name="function reference"> for declaration and
usage.
<itemize>
<item>_dos_type
<item>get_ostype
</itemize>
@@ -210,8 +211,8 @@ following functions (and a few others):
<sect1>Passing arguments to the program<p>
Command line arguments can be passed to <tt/main()/. Since this is not
supported by BASIC, the following syntax was choosen:
Command line arguments can be passed to <tt/main()/ after BLOAD. Since this is not
supported by BASIC, the following syntax was chosen:
<tscreen><verb>
]CALL2048:REM ARG1 " ARG2 IS QUOTED" ARG3 "" ARG5