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
This commit is contained in:
@@ -265,6 +265,12 @@ does not exist).
|
|||||||
Command line argument passing is currently not supported for the C128.
|
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>
|
<sect1>Interrupts<p>
|
||||||
|
|
||||||
The runtime for the C128 uses routines marked as <tt/.CONDES/ type 2 for
|
The runtime for the C128 uses routines marked as <tt/.CONDES/ type 2 for
|
||||||
|
|||||||
@@ -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.
|
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>
|
<sect>Bugs/Feedback<p>
|
||||||
|
|||||||
@@ -263,6 +263,11 @@ supported by BASIC, the following syntax was choosen:
|
|||||||
</enum>
|
</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>
|
<sect>Bugs/Feedback<p>
|
||||||
|
|
||||||
|
|||||||
@@ -249,6 +249,12 @@ Command line argument passing is currently not supported for the Commodore
|
|||||||
610.
|
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>
|
<sect1>Interrupts<p>
|
||||||
|
|
||||||
The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
|
The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
|
||||||
|
|||||||
@@ -204,6 +204,12 @@ does not exist).
|
|||||||
Command line argument passing is currently not supported for the Plus/4.
|
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>
|
<sect1>Interrupts<p>
|
||||||
|
|
||||||
The runtime for the Plus/4 uses routines marked as <tt/.CONDES/ type 2 for
|
The runtime for the Plus/4 uses routines marked as <tt/.CONDES/ type 2 for
|
||||||
|
|||||||
Reference in New Issue
Block a user