Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/basic09.appendix @ 545:32f33a35f57a
All "See Also" implemented
author | roug |
---|---|
date | Mon, 14 Oct 2002 19:08:34 +0000 |
parents | 60b821f18853 |
children | afff0087c27f |
line wrap: on
line source
<appendix> <title>Interfacing to Basic09</title> <para> The object code generated by the Microware C Compiler can be made callable from the BASIC09 "RUN" statement. Certain portions of a BASIC09 program written in C can have a drmatic effect on execution speed. To effectively utilize this feature, one must be familiar with both C and BASIC09 internal data representation and procedure calling protocol. </para> </appendix>