]> git.sur5r.net Git - cc65/commitdiff
Small fixes by Stefan Haubenthal
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2005 16:08:06 +0000 (16:08 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2005 16:08:06 +0000 (16:08 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3521 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/ca65.sgml
doc/cl65.sgml

index 03e533974b6bd252fbb6f67e0d0bac7565aed8dc..e74408609dc319ba6327090630b2ab7ad46f9c05 100644 (file)
@@ -61,7 +61,7 @@ program generated by the linker for the Apple&nbsp;&rsqb;&lsqb; 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
index b1fd5779f50c69cf05bae1c2e74cbde5d0eab130..2cfe2e40a66d7a82f8b11790df13b5fda013577e 100644 (file)
@@ -1418,7 +1418,7 @@ either a string or an expression.
   Please note that a symbol or scope must exist, before it is used together with
   <tt/.SIZEOF/ (this may get relaxed later, but will always be true for scopes).
   A scope has preference over a symbol with the same name, so if the last part
-  of a name represents both, a scope and a symbol, the scope is choosen over the
+  of a name represents both, a scope and a symbol, the scope is chosen over the
   symbol.
 
   After the following code:
index ca56ae06d64e98bd51fd7a39e178649df4d695f1..c0fd1fad6fe0dceda4ce05cbe6f8ed86ee9b2df7 100644 (file)
@@ -144,7 +144,7 @@ There are a few remaining options that control the behaviour of cl65:
   The default for this option is different from the compiler and linker in the
   case that the option is missing: While the other tools (compiler, assembler
   and linker) will use the "none" system settings by default, cl65 will use
-  the C64 as a target system by default. This was choosen since most people
+  the C64 as a target system by default. This was chosen since most people
   seem to use cc65 to develop for the C64.
 
 </descrip>