1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +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 committed by mrdudz
parent 0302e7be97
commit dd38de6263

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>