Download CC5X User`s guide

Transcript
CC5X C Compiler
B Knudsen Data
This manual and the CC5X compiler is protected by Norwegian copyright laws and thus by
corresponding copyright laws agreed internationally by mutual consent. The manual and the compiler
may not be copied, partially or as a whole without the written consent from the author. The PDF-edition
of the manual can be printed to paper for private or local use, but not for distribution. Modification of the
manual or the compiler is strongly prohibited. All rights reserved.
LICENSE AGREEMENT:
By using the CC5X compiler, you agree to be bound by this agreement.
Only one person may use a licensed edition of the CC5X compiler at the same time for each user license.
If more than one person want to use the compiler for each user license, then this have to be done by some
manual handshaking procedure (not electronic automated), for example by exchanging a printed copy of
the CC5X User's Manual as a permission key. A site license allows an unlimited number of users within
the same administration unit.
You may make backup copies of the software, and copy it to multiple computers. You may not distribute
copies of the compiler to others. B Knudsen Data assumes no responsibility for errors or defects in the
documentation or in the compiler. This also applies to problems caused by such errors.
Copyright © B Knudsen Data, Trondheim, Norway, 1992 - 2009
This manual covers CC5X version 3.4 and related topics. New versions may contain changes without
prior notice.
Microchip and PICmicro are trademarks of Microchip Technology Inc., Chandler, U.S.A.
COMPILER BUG REPORTS:
The compiler has been carefully tested and debugged. It is, however, not possible to guarantee a 100 %
error free product.
If the compiler generates application code bugs, it is almost always possible to rewrite the program
slightly in order to avoid the bug. #pragma optimize can be used to avoid optimization bugs. Other
#pragma statements are also useful.
Please report cases of bad generated code and other serious program errors.
1) Investigate and describe the problem. If possible, please provide a complete C example program that
demonstrates the problem. A fragment from the generated assembly file is sometimes enough.
2) This service is intended for difficult compiler problems (not application problems).
3) Language: English
4) State the compiler version.
5) Send your report to [email protected].
Document version: I
2