SW500007 Microchip Technology, SW500007 Datasheet - Page 311

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
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 directive
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, #ifdef, or #ifndef 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)
297

Related parts for SW500007