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:
cuz
2004-03-02 17:13:01 +00:00
parent af461406cb
commit 56715084b8
5 changed files with 29 additions and 1 deletions

View 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>