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
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ does not exist).
|
|||||||
that because of the peculiarities of the 6551 chip transmits are not
|
that because of the peculiarities of the 6551 chip transmits are not
|
||||||
interrupt driven, and the transceiver blocks if the receiver asserts flow
|
interrupt driven, and the transceiver blocks if the receiver asserts flow
|
||||||
control because of a full buffer.
|
control because of a full buffer.
|
||||||
|
|
||||||
You need an adapter to use the builtin port, since the output levels
|
You need an adapter to use the builtin port, since the output levels
|
||||||
available at the user port don't follow the RS232 standard.
|
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.
|
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