1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Added note about return value being function status.

This commit is contained in:
Wayne Parham 2022-02-07 19:51:03 -06:00
parent 84d639e40c
commit 470b648b9f

View File

@ -3404,6 +3404,7 @@ int main(void)
<tag/Description/<tt/dumpt/ saves memory onto data tape.
<tag/Notes/<itemize>
<item>The function is specific to the Sym-1.
<item>The return value is status. Non-zero status indicates an error.
<item>The function is only available as fastcall function, so it may only
be used in presence of a prototype.
</itemize>