SW500009 Microchip Technology, SW500009 Datasheet - Page 291

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Error and Warning Messages
(105) no #asm before #endasm
A #endasm operator has been encountered, but there was no previous matching #asm, e.g.:
(106) nested #asm directives
It is not legal to nest #asm directives. Check for a missing or misspelt #endasm directive, e.g.:
(107) illegal # directive "*"
The compiler does not understand the # directive. It is probably a misspelling of a pre-processor #
directive, e.g.:
(108) #if[n][def] without an argument
The preprocessor directives #if, #ifdef and #ifndef must have an argument. The argument to #if
should be an expression, while the argument to #ifdef or #ifndef should be a single name, e.g.:
void cleardog(void)
{
#endasm /* this ends the in-line assembler, only where did it begin? */
}
#asm
#asm
#endasm
#indef DEBUG /* woops -- that should be #undef DEBUG */
#if
#else
#endif
clrwdt
move r0, #0aah
sleep
output = 10;
output = 20;
/* woops -- no argument to check */
; the previous #asm must be closed before opening another
(Preprocessor, Parser)
(Preprocessor)
(Preprocessor)
(Preprocessor)
277

Related parts for SW500009