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:
@@ -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
|
||||
$800 to $9600, so 35.5K of memory is available. ROM calls are
|
||||
$800 to $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
|
||||
|
||||
Reference in New Issue
Block a user