From 7579aba638e7f857d291ddf496566aa08796c60a Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 7 Jun 2005 16:08:06 +0000 Subject: [PATCH] Small fixes by Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@3521 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 7 ++++--- doc/ca65.sgml | 2 +- doc/cl65.sgml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 03e533974..e74408609 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -61,7 +61,7 @@ program generated by the linker for the Apple ][ target. Memory layout

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 for declaration and usage. +_dos_type get_ostype @@ -210,8 +211,8 @@ following functions (and a few others): Passing arguments to the program

-Command line arguments can be passed to ]CALL2048:REM ARG1 " ARG2 IS QUOTED" ARG3 "" ARG5 diff --git a/doc/ca65.sgml b/doc/ca65.sgml index b1fd5779f..2cfe2e40a 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -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 -- 2.39.5