comparison docs/ccguide/basic09.appendix @ 468:60b821f18853

A little here and there.
author roug
date Thu, 03 Oct 2002 21:39:06 +0000
parents bea58398bb15
children afff0087c27f
comparison
equal deleted inserted replaced
467:b631b0ca676b 468:60b821f18853
1 <appendix> 1 <appendix>
2 <title>Interfacing to Basic09</title> 2 <title>Interfacing to Basic09</title>
3 <para> 3 <para>
4 The error codes are shown in both hexadecimal (first column) and 4 The object code generated by the Microware C Compiler can be made
5 decimal (second column). Error codes other than those listed are 5 callable from the BASIC09 "RUN" statement. Certain portions of a
6 generated by programming languages or user programs. 6 BASIC09 program written in C can have a drmatic effect on execution
7 speed. To effectively utilize this feature, one must be familiar
8 with both C and BASIC09 internal data representation and procedure
9 calling protocol.
7 </para> 10 </para>
8 11
9 </appendix> 12 </appendix>