From 56715084b842fa47b9cb4e63b082f583ca21c1c6 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 2 Mar 2004 17:13:01 +0000 Subject: [PATCH] The program return code is passed back in ST for the CBMs git-svn-id: svn://svn.cc65.org/cc65/trunk@2886 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/c128.sgml | 6 ++++++ doc/c16.sgml | 5 +++++ doc/c64.sgml | 5 +++++ doc/cbm610.sgml | 6 ++++++ doc/plus4.sgml | 8 +++++++- 5 files changed, 29 insertions(+), 1 deletion(-) diff --git a/doc/c128.sgml b/doc/c128.sgml index a2ef0829b..95d130608 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -265,6 +265,12 @@ does not exist). Command line argument passing is currently not supported for the C128. +Program return code

+ +The program return code (low byte) is passed back to BASIC by use of the +Interrupts

The runtime for the C128 uses routines marked as Program return code

+ +The program return code (low byte) is passed back to BASIC by use of the +Bugs/Feedback

diff --git a/doc/c64.sgml b/doc/c64.sgml index 46c9b01aa..5aac45af2 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -263,6 +263,11 @@ supported by BASIC, the following syntax was choosen: +Program return code

+ +The program return code (low byte) is passed back to BASIC by use of the +Bugs/Feedback

diff --git a/doc/cbm610.sgml b/doc/cbm610.sgml index 5a4d18cfb..cafe55b26 100644 --- a/doc/cbm610.sgml +++ b/doc/cbm610.sgml @@ -249,6 +249,12 @@ Command line argument passing is currently not supported for the Commodore 610. +Program return code

+ +The program return code (low byte) is passed back to BASIC by use of the +Interrupts

The runtime for the Commodore 610 uses routines marked as Program return code

+ +The program return code (low byte) is passed back to BASIC by use of the +Interrupts

The runtime for the Plus/4 uses routines marked as