SW500011 Microchip Technology, SW500011 Datasheet - Page 378

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
(766) degenerate signed comparison
There is a comparison of a signed value with the most negative value possible for this type, such
that the comparison will always be true or false, e.g.:
will always be true, because an 8 bit signed char has a maximum negative value of -128.
(767) constant truncated to bitfield width
A constant value is too large for a bitfield structure member on which it is operating, e.g.
(768) constant relational expression
There is a relational expression that will always be true or false. This may be because e.g. you are
comparing an unsigned number with a negative value, or comparing a variable with a value greater
than the largest number it can represent, e.g.:
(769) no space for macro definition
The assembler has run out of memory.
(772) include files nested too deep
Macro expansions and include file handling have filled up the assembler’s internal stack. The maxi-
mum number of open macros and include files is 30.
378
char c;
if(c >= -128)
struct INPUT {
} input_grp;
input_grp.a |= 0x13;
/* 13h to large for 3-bit wide object */
unsigned int a;
if(a == -10)
unsigned a : 3;
unsigned b : 5;
b = 9;
/* if a is unsigned, how can it be -10? */
Error and Warning Messages
(Code Generator)
(Code Generator)
(Code Generator)
(Assembler)
(Assembler)

Related parts for SW500011