]> git.sur5r.net Git - cc65/commitdiff
The program return code is passed back in ST for the CBMs
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Mar 2004 17:13:01 +0000 (17:13 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Mar 2004 17:13:01 +0000 (17:13 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2886 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c128.sgml
doc/c16.sgml
doc/c64.sgml
doc/cbm610.sgml
doc/plus4.sgml

index a2ef0829be2c0084e7100715369d501230c3e4d1..95d130608042bf171a0bbc03281320d45045f06f 100644 (file)
@@ -265,6 +265,12 @@ does not exist).
 Command line argument passing is currently not supported for the C128.
 
 
+<sect1>Program return code<p>
+
+The program return code (low byte) is passed back to BASIC by use of the
+<tt/ST/ variable.
+
+
 <sect1>Interrupts<p>
 
 The runtime for the C128 uses routines marked as <tt/.CONDES/ type 2 for
index 494e6d8c68777d70ef42f27f1080c051318d4df1..d950940be4188a4fdd68a7779c2828be5847de70 100644 (file)
@@ -203,6 +203,11 @@ library, because the latter does not support interrupts needed by the driver.
 Command line argument passing is currently not supported for the C16/C116.
 
 
+<sect1>Program return code<p>
+
+The program return code (low byte) is passed back to BASIC by use of the
+<tt/ST/ variable.
+
 
 
 <sect>Bugs/Feedback<p>
index 46c9b01aac3f69e1d17169e3db9a0ec45f40b722..5aac45af2a81645fc410232d83975b0aec9965f6 100644 (file)
@@ -263,6 +263,11 @@ supported by BASIC, the following syntax was choosen:
 </enum>
 
 
+<sect1>Program return code<p>
+
+The program return code (low byte) is passed back to BASIC by use of the
+<tt/ST/ variable.
+
 
 <sect>Bugs/Feedback<p>
 
index 5a4d18cfb64ab759ddc73536244ae486b0005650..cafe55b26e7140320bc694a4b213718162622204 100644 (file)
@@ -249,6 +249,12 @@ Command line argument passing is currently not supported for the Commodore
 610.
 
 
+<sect1>Program return code<p>
+
+The program return code (low byte) is passed back to BASIC by use of the
+<tt/ST/ variable.
+
+
 <sect1>Interrupts<p>
 
 The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
index 93d5c15e26748d284a2234c763912485f05643a7..4d9a9d909bca506f61e9e48748834b81055cc4c2 100644 (file)
@@ -185,7 +185,7 @@ does not exist).
   that because of the peculiarities of the 6551 chip transmits are not
   interrupt driven, and the transceiver blocks if the receiver asserts flow
   control because of a full buffer.
-                                                               
+
   You need an adapter to use the builtin port, since the output levels
   available at the user port don't follow the RS232 standard.
 
@@ -204,6 +204,12 @@ does not exist).
 Command line argument passing is currently not supported for the Plus/4.
 
 
+<sect1>Program return code<p>
+
+The program return code (low byte) is passed back to BASIC by use of the
+<tt/ST/ variable.
+
+
 <sect1>Interrupts<p>
 
 The runtime for the Plus/4 uses routines marked as <tt/.CONDES/ type 2 for