SW500008 Microchip Technology, SW500008 Datasheet - Page 382

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
(688) bad popreg "*"
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(689) unknown predicate *
This is an internal compiler error. Contact HI-TECH Software technical support with details.
(693) interrupt level may only be 0 (default) or 1
The only possible interrupt levels are 0 or 1. Check to ensure that all interrupt_level pragmas
use these levels.
(695) duplicate case label *
There are two case labels with the same value in this switch statement, e.g.:
(696) out-of-range case label *
This case label is not a value that the controlling expression can yield, and thus this label will never
be selected.
(697) non-constant case label
A case label in this switch statement has a value which is not a constant.
368
#pragma interrupt_level 2 /* woops -- only 0 or 1 */
void interrupt isr(void)
{
}
switch(in) {
case ’0’: /* if this is case ’0’... */
case ’0’: /* then what is this case? */
}
/* isr code goes here */
b++;
break;
b--;
break;
Error and Warning Messages
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)
(Code Generator)

Related parts for SW500008